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

References

include/llvm/ADT/PointerIntPair.h
  163     ShiftedIntMask = (uintptr_t)(IntMask << IntShift)
  172     return (Value >> IntShift) & IntMask;
  186     assert((IntWord & ~IntMask) == 0 && "Integer too large for field");