Searched refs:APIntShiftAmt (Results 1 – 1 of 1) sorted by relevance
30281 APInt APIntShiftAmt; in LowerShiftByScalarImmediate() local30282 if (!X86::isConstantSplat(Amt, APIntShiftAmt)) in LowerShiftByScalarImmediate()30286 if (APIntShiftAmt.uge(VT.getScalarSizeInBits())) in LowerShiftByScalarImmediate()30289 uint64_t ShiftAmt = APIntShiftAmt.getZExtValue(); in LowerShiftByScalarImmediate()30998 APInt APIntShiftAmt; in LowerFunnelShift() local30999 bool IsCstSplat = X86::isConstantSplat(Amt, APIntShiftAmt); in LowerFunnelShift()31006 uint64_t ShiftAmt = APIntShiftAmt.urem(EltSizeInBits); in LowerFunnelShift()