Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp19652 APInt APIntShiftAmt; in LowerFunnelShift() local
19654 if (X86::isConstantSplat(Amt, APIntShiftAmt)) { in LowerFunnelShift()
19655 uint64_t ShiftAmt = APIntShiftAmt.urem(VT.getScalarSizeInBits()); in LowerFunnelShift()
28045 APInt APIntShiftAmt; in LowerScalarImmediateShift() local
28046 if (!X86::isConstantSplat(Amt, APIntShiftAmt)) in LowerScalarImmediateShift()
28050 if (APIntShiftAmt.uge(VT.getScalarSizeInBits())) in LowerScalarImmediateShift()
28053 uint64_t ShiftAmt = APIntShiftAmt.getZExtValue(); in LowerScalarImmediateShift()