Searched refs:APIntShiftAmt (Results 1 – 1 of 1) sorted by relevance
29699 APInt APIntShiftAmt; in LowerShiftByScalarImmediate() local29700 if (!X86::isConstantSplat(Amt, APIntShiftAmt)) in LowerShiftByScalarImmediate()29704 if (APIntShiftAmt.uge(VT.getScalarSizeInBits())) in LowerShiftByScalarImmediate()29707 uint64_t ShiftAmt = APIntShiftAmt.getZExtValue(); in LowerShiftByScalarImmediate()30402 APInt APIntShiftAmt; in LowerFunnelShift() local30403 bool IsCstSplat = X86::isConstantSplat(Amt, APIntShiftAmt); in LowerFunnelShift()30410 uint64_t ShiftAmt = APIntShiftAmt.urem(EltSizeInBits); in LowerFunnelShift()