Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp170 Result.One.ashrInPlace(ExtBits); in sextInReg()
171 Result.Zero.ashrInPlace(ExtBits); in sextInReg()
433 Known.Zero.ashrInPlace(ShiftAmt); in ashr()
434 Known.One.ashrInPlace(ShiftAmt); in ashr()
H A DAPInt.cpp1051 void APInt::ashrInPlace(const APInt &shiftAmt) { in ashrInPlace() function in APInt
1052 ashrInPlace((unsigned)shiftAmt.getLimitedValue(BitWidth)); in ashrInPlace()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h829 R.ashrInPlace(ShiftAmt); in ashr()
834 void ashrInPlace(unsigned ShiftAmt) { in ashrInPlace() function
910 R.ashrInPlace(ShiftAmt); in ashr()
915 LLVM_ABI void ashrInPlace(const APInt &shiftAmt);
H A DAPSInt.h159 ashrInPlace(Amt);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5604 Divisor.ashrInPlace(Shift); in buildSDivUsingMul()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp2686 Imm.ashrInPlace(Part * 32); in expandMovDPP64()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7005 Val.ashrInPlace(Val.getBitWidth() - FromBits); in FoldConstantArithmetic()
H A DTargetLowering.cpp6335 Divisor.ashrInPlace(Shift); in BuildExactSDIV()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp38679 Known.Zero.ashrInPlace(ShAmt); in computeKnownBitsForTargetNode()
38680 Known.One.ashrInPlace(ShAmt); in computeKnownBitsForTargetNode()
50560 Elt.ashrInPlace(ShiftVal); in combineVectorShiftImm()