Searched refs:APIntShiftAmt (Results 1 – 1 of 1) sorted by relevance
17264 APInt APIntShiftAmt; in LowerFunnelShift() local17265 if (isConstantSplat(Amt, APIntShiftAmt)) { in LowerFunnelShift()17266 uint64_t ShiftAmt = APIntShiftAmt.getZExtValue(); in LowerFunnelShift()24165 APInt APIntShiftAmt; in LowerScalarImmediateShift() local24166 if (!isConstantSplat(Amt, APIntShiftAmt)) in LowerScalarImmediateShift()24168 uint64_t ShiftAmt = APIntShiftAmt.getZExtValue(); in LowerScalarImmediateShift()