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

References

include/llvm/ADT/PointerIntPair.h
  186     assert((IntWord & ~IntMask) == 0 && "Integer too large for field");
  189     return (OrigValue & ~ShiftedIntMask) | IntWord << IntShift;