enum PointerIntPairInfo::MaskAndShiftConstants

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

Enumerators

NameValueComment
PointerBitMask-4PointerBitMask - The bits that come from the pointer.
IntShift1IntShift - The number of low bits that we reserve for other uses, and keep zero.
IntMask1IntMask - This is the unshifted mask for valid bits of the int type.
ShiftedIntMask2IntMask - This is the unshifted mask for valid bits of the int type.