Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp28945 APInt APIntShiftAmt; in LowerShiftByScalarImmediate() local
28946 if (!X86::isConstantSplat(Amt, APIntShiftAmt)) in LowerShiftByScalarImmediate()
28950 if (APIntShiftAmt.uge(VT.getScalarSizeInBits())) in LowerShiftByScalarImmediate()
28953 uint64_t ShiftAmt = APIntShiftAmt.getZExtValue(); in LowerShiftByScalarImmediate()
29662 APInt APIntShiftAmt; in LowerFunnelShift() local
29663 bool IsCstSplat = X86::isConstantSplat(Amt, APIntShiftAmt); in LowerFunnelShift()
29670 uint64_t ShiftAmt = APIntShiftAmt.urem(EltSizeInBits); in LowerFunnelShift()
29689 uint64_t ShiftAmt = APIntShiftAmt.urem(EltSizeInBits); in LowerFunnelShift()