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 {lib/CodeGen/CodeGenPrepare.cpp
237 using TypeIsSExt = PointerIntPair<Type *, 2, ExtType>; 3591 ExtType ExtTy = IsSExt ? SignExtension : ZeroExtension; 3614 ExtType ExtTy = IsSExt ? SignExtension : ZeroExtension;