LLVM API Documentation
Static Public Member Functions | |
| static Expression | getEmptyKey () |
| static Expression | getTombstoneKey () |
| static unsigned | getHashValue (const Expression e) |
| static bool | isEqual (const Expression &LHS, const Expression &RHS) |
| static Expression llvm::DenseMapInfo< Expression >::getEmptyKey | ( | ) | [inline, static] |
| static unsigned llvm::DenseMapInfo< Expression >::getHashValue | ( | const Expression | e | ) | [inline, static] |
Definition at line 151 of file GVN.cpp.
References llvm::hash_value().
| static Expression llvm::DenseMapInfo< Expression >::getTombstoneKey | ( | ) | [inline, static] |
| static bool llvm::DenseMapInfo< Expression >::isEqual | ( | const Expression & | LHS, |
| const Expression & | RHS | ||
| ) | [inline, static] |