llvm::GVNExpression::Expression::operator==

Return true if this expression equals Other for value numbering.

Synopsis

Declared in <llvm/Transforms/Scalar/GVNExpression.h>

bool
operator==(Expression const& Other) const;

Return Value

True if the expressions are equal for value numbering.

Parameters

NameDescription
OtherExpression to compare against.