Return true if this expression equals Other for value numbering.
Declared in <llvm/Transforms/Scalar/GVNExpression.h>
bool
operator==(Expression const& Other) const;
True if the expressions are equal for value numbering.
| Name | Description |
|---|---|
| Other | Expression to compare against. |