|
LLVM 23.0.0git
|
#include "llvm/ADT/PointerIntPair.h"
Public Types | |
| using | Ty = PointerIntPair<PointerTy, IntBits, IntType> |
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 217 of file PointerIntPair.h.
| using llvm::DenseMapInfo< PointerIntPair< PointerTy, IntBits, IntType >, void >::Ty = PointerIntPair<PointerTy, IntBits, IntType> |
Definition at line 218 of file PointerIntPair.h.
|
inlinestatic |
Definition at line 220 of file PointerIntPair.h.
References llvm::PointerIntPair< PointerTy, IntBits, IntType >::getFromOpaqueValue().
|
inlinestatic |
Definition at line 232 of file PointerIntPair.h.
References IV.
|
inlinestatic |
Definition at line 226 of file PointerIntPair.h.
References llvm::PointerIntPair< PointerTy, IntBits, IntType >::getFromOpaqueValue().
|
inlinestatic |
Definition at line 237 of file PointerIntPair.h.