Lines Matching defs:APIntShiftAmt
29872 APInt APIntShiftAmt;
29873 if (!X86::isConstantSplat(Amt, APIntShiftAmt))
29877 if (APIntShiftAmt.uge(EltSizeInBits))
29880 uint64_t ShiftAmt = APIntShiftAmt.getZExtValue();
30281 APInt APIntShiftAmt;
30282 bool IsConstantSplat = X86::isConstantSplat(Amt, APIntShiftAmt);
30792 APInt APIntShiftAmt;
30793 bool IsCstSplat = X86::isConstantSplat(Amt, APIntShiftAmt);
30801 uint64_t ShiftAmt = APIntShiftAmt.urem(EltSizeInBits);
30820 uint64_t ShiftAmt = APIntShiftAmt.urem(EltSizeInBits);