Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp30258 APInt APIntShiftAmt; in LowerShiftByScalarImmediate() local
30259 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() local
30669 bool IsConstantSplat = X86::isConstantSplat(Amt, APIntShiftAmt); in LowerShift()
31179 APInt APIntShiftAmt; in LowerFunnelShift() local
31180 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()