enum PointerIntPairInfo::MaskAndShiftConstants
Declared at: llvm/include/llvm/ADT/PointerIntPair.h:151
Enumerators
Name | Value | Comment |
---|---|---|
PointerBitMask | -2 | PointerBitMask - The bits that come from the pointer. |
IntShift | 0 | IntShift - The number of low bits that we reserve for other uses, and keep zero. |
IntMask | 1 | IntMask - This is the unshifted mask for valid bits of the int type. |
ShiftedIntMask | 1 | IntMask - This is the unshifted mask for valid bits of the int type. |