Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:PtrSizeMask

547   uint64_t PtrSizeMask = ~0ULL >> (64-IntPtrWidth);
549 Offset &= PtrSizeMask;
550 VariableScale &= PtrSizeMask;