reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
53 PointerIntPair(PointerTy PtrVal, IntType IntVal) { 61 IntType getInt() const { return (IntType)Info::getInt(Value); } 67 void setInt(IntType IntVal) LLVM_LVALUE_FUNCTION { 75 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) LLVM_LVALUE_FUNCTION { 196 using Ty = PointerIntPair<PointerTy, IntBits, IntType>; 224 getAsVoidPointer(const PointerIntPair<PointerTy, IntBits, IntType> &P) { 228 static inline PointerIntPair<PointerTy, IntBits, IntType> 233 static inline PointerIntPair<PointerTy, IntBits, IntType>lib/Analysis/MemDepPrinter.cpp
34 typedef PointerIntPair<const Instruction *, 2, DepType> InstTypePair; 145 DepType type = I.first.getInt();