LLVM API Documentation
Static Public Member Functions | |
| static SimpleValue | getEmptyKey () |
| static SimpleValue | getTombstoneKey () |
| static unsigned | getHashValue (SimpleValue Val) |
| static bool | isEqual (SimpleValue LHS, SimpleValue RHS) |
Definition at line 77 of file EarlyCSE.cpp.
| static SimpleValue llvm::DenseMapInfo< SimpleValue >::getEmptyKey | ( | ) | [inline, static] |
Definition at line 78 of file EarlyCSE.cpp.
| static unsigned llvm::DenseMapInfo< SimpleValue >::getHashValue | ( | SimpleValue | Val | ) | [static] |
| static SimpleValue llvm::DenseMapInfo< SimpleValue >::getTombstoneKey | ( | ) | [inline, static] |
Definition at line 81 of file EarlyCSE.cpp.
| static bool llvm::DenseMapInfo< SimpleValue >::isEqual | ( | SimpleValue | LHS, |
| SimpleValue | RHS | ||
| ) | [static] |