|
LLVM
8.0.1
|

Public Member Functions | |
| ExactEqualsExpression (const Expression &E) | |
| hash_code | getComputedHash () const |
| bool | operator== (const Expression &Other) const |
Public Attributes | |
| const Expression & | E |
Definition at line 430 of file NewGVN.cpp.
|
inlineexplicit |
Definition at line 433 of file NewGVN.cpp.
|
inline |
Definition at line 435 of file NewGVN.cpp.
References llvm::GVNExpression::Expression::getComputedHash().
Referenced by llvm::DenseMapInfo< const Expression * >::getHashValue().
|
inline |
Definition at line 437 of file NewGVN.cpp.
References llvm::GVNExpression::Expression::exactlyEquals().
| const Expression& llvm::ExactEqualsExpression::E |
Definition at line 431 of file NewGVN.cpp.
1.8.13