Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp30281 APInt APIntShiftAmt; in LowerShiftByScalarImmediate() local
30282 if (!X86::isConstantSplat(Amt, APIntShiftAmt)) in LowerShiftByScalarImmediate()
30286 if (APIntShiftAmt.uge(VT.getScalarSizeInBits())) in LowerShiftByScalarImmediate()
30289 uint64_t ShiftAmt = APIntShiftAmt.getZExtValue(); in LowerShiftByScalarImmediate()
30998 APInt APIntShiftAmt; in LowerFunnelShift() local
30999 bool IsCstSplat = X86::isConstantSplat(Amt, APIntShiftAmt); in LowerFunnelShift()
31006 uint64_t ShiftAmt = APIntShiftAmt.urem(EltSizeInBits); in LowerFunnelShift()