Searched refs:APIntShiftAmt (Results 1 – 1 of 1) sorted by relevance
19652 APInt APIntShiftAmt; in LowerFunnelShift() local19654 if (X86::isConstantSplat(Amt, APIntShiftAmt)) { in LowerFunnelShift()19655 uint64_t ShiftAmt = APIntShiftAmt.urem(VT.getScalarSizeInBits()); in LowerFunnelShift()28045 APInt APIntShiftAmt; in LowerScalarImmediateShift() local28046 if (!X86::isConstantSplat(Amt, APIntShiftAmt)) in LowerScalarImmediateShift()28050 if (APIntShiftAmt.uge(VT.getScalarSizeInBits())) in LowerScalarImmediateShift()28053 uint64_t ShiftAmt = APIntShiftAmt.getZExtValue(); in LowerScalarImmediateShift()