LLVM API Documentation
#include <PointerIntPair.h>
Public Types | |
| typedef PointerIntPair < PointerTy, IntBits, IntType > | Ty |
Static Public Member Functions | |
| static Ty | getEmptyKey () |
| static Ty | getTombstoneKey () |
| static unsigned | getHashValue (Ty V) |
| static bool | isEqual (const Ty &LHS, const Ty &RHS) |
Definition at line 161 of file PointerIntPair.h.
| typedef PointerIntPair<PointerTy, IntBits, IntType> llvm::DenseMapInfo< PointerIntPair< PointerTy, IntBits, IntType > >::Ty |
Definition at line 162 of file PointerIntPair.h.
| static Ty llvm::DenseMapInfo< PointerIntPair< PointerTy, IntBits, IntType > >::getEmptyKey | ( | ) | [inline, static] |
Definition at line 163 of file PointerIntPair.h.
| static unsigned llvm::DenseMapInfo< PointerIntPair< PointerTy, IntBits, IntType > >::getHashValue | ( | Ty | V | ) | [inline, static] |
Definition at line 173 of file PointerIntPair.h.
References llvm::PointerIntPair< PointerTy, IntBits, IntType, PtrTraits >::getOpaqueValue().
| static Ty llvm::DenseMapInfo< PointerIntPair< PointerTy, IntBits, IntType > >::getTombstoneKey | ( | ) | [inline, static] |
Definition at line 168 of file PointerIntPair.h.
| static bool llvm::DenseMapInfo< PointerIntPair< PointerTy, IntBits, IntType > >::isEqual | ( | const Ty & | LHS, |
| const Ty & | RHS | ||
| ) | [inline, static] |
Definition at line 177 of file PointerIntPair.h.