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 {include/llvm/IR/ValueHandle.h
42 ValueHandleBase(HandleBaseKind Kind, const ValueHandleBase &RHS) 49 PointerIntPair<ValueHandleBase**, 2, HandleBaseKind> PrevPair; 56 explicit ValueHandleBase(HandleBaseKind Kind) 58 ValueHandleBase(HandleBaseKind Kind, Value *V) 120 HandleBaseKind getKind() const { return PrevPair.getInt(); }