Searched refs:APIntShiftAmt (Results 1 – 1 of 1) sorted by relevance
29232 APInt APIntShiftAmt; in LowerShiftByScalarImmediate() local29233 if (!X86::isConstantSplat(Amt, APIntShiftAmt)) in LowerShiftByScalarImmediate()29237 if (APIntShiftAmt.uge(EltSizeInBits)) in LowerShiftByScalarImmediate()29240 uint64_t ShiftAmt = APIntShiftAmt.getZExtValue(); in LowerShiftByScalarImmediate()29962 APInt APIntShiftAmt; in LowerFunnelShift() local29963 bool IsCstSplat = X86::isConstantSplat(Amt, APIntShiftAmt); in LowerFunnelShift()29971 uint64_t ShiftAmt = APIntShiftAmt.urem(EltSizeInBits); in LowerFunnelShift()29990 uint64_t ShiftAmt = APIntShiftAmt.urem(EltSizeInBits); in LowerFunnelShift()