reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/PointerIntPair.h
   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/Use.h
  101   Use(PrevPtrTag tag) { Prev.setInt(tag); }
  143   PointerIntPair<Use **, 2, PrevPtrTag, PrevPointerTraits> Prev;
lib/IR/Use.cpp
   61     static const PrevPtrTag tags[20] = {