Home
last modified time | relevance | path

Searched refs:APIntShiftAmt (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp29699 APInt APIntShiftAmt; in LowerShiftByScalarImmediate() local
29700 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() local
30403 bool IsCstSplat = X86::isConstantSplat(Amt, APIntShiftAmt); in LowerFunnelShift()
30410 uint64_t ShiftAmt = APIntShiftAmt.urem(EltSizeInBits); in LowerFunnelShift()