Searched refs:APIntShiftAmt (Results 1 – 1 of 1) sorted by relevance
30258 APInt APIntShiftAmt; in LowerShiftByScalarImmediate() local30259 if (!X86::isConstantSplat(Amt, APIntShiftAmt)) in LowerShiftByScalarImmediate()30263 if (APIntShiftAmt.uge(EltSizeInBits)) in LowerShiftByScalarImmediate()30266 uint64_t ShiftAmt = APIntShiftAmt.getZExtValue(); in LowerShiftByScalarImmediate()30668 APInt APIntShiftAmt; in LowerShift() local30669 bool IsConstantSplat = X86::isConstantSplat(Amt, APIntShiftAmt); in LowerShift()31179 APInt APIntShiftAmt; in LowerFunnelShift() local31180 bool IsCstSplat = X86::isConstantSplat(Amt, APIntShiftAmt); in LowerFunnelShift()31188 uint64_t ShiftAmt = APIntShiftAmt.urem(EltSizeInBits); in LowerFunnelShift()31207 uint64_t ShiftAmt = APIntShiftAmt.urem(EltSizeInBits); in LowerFunnelShift()