enum PointerIntPairInfo::MaskAndShiftConstants

Declared at: llvm/include/llvm/ADT/PointerIntPair.h:151

Enumerators

NameValueComment
PointerBitMask0PointerBitMask - The bits that come from the pointer.
IntShift0IntShift - The number of low bits that we reserve for other uses, and keep zero.
IntMask0IntMask - This is the unshifted mask for valid bits of the int type.
ShiftedIntMask0IntMask - This is the unshifted mask for valid bits of the int type.