Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Support/
HDKnownBits.cpp161 Result.One.ashrInPlace(ExtBits); in sextInReg()
162 Result.Zero.ashrInPlace(ExtBits); in sextInReg()
433 Known.Zero.ashrInPlace(ShiftAmt); in ashr()
434 Known.One.ashrInPlace(ShiftAmt); in ashr()
HDAPInt.cpp1020 void APInt::ashrInPlace(const APInt &shiftAmt) { in ashrInPlace() function in APInt
1021 ashrInPlace((unsigned)shiftAmt.getLimitedValue(BitWidth)); in ashrInPlace()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/ADT/
HDAPInt.h809 R.ashrInPlace(ShiftAmt); in ashr()
814 void ashrInPlace(unsigned ShiftAmt) { in ashrInPlace() function
890 R.ashrInPlace(ShiftAmt); in ashr()
895 void ashrInPlace(const APInt &shiftAmt);
HDAPSInt.h158 ashrInPlace(Amt);
/freebsd-head/contrib/llvm-project/llvm/lib/Analysis/
HDBasicAliasAnalysis.cpp498 Offset.ashrInPlace(ShiftBits); in adjustToIndexSize()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDCombinerHelper.cpp5445 Divisor.ashrInPlace(Shift); in buildSDivUsingMul()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIInstrInfo.cpp2680 Imm.ashrInPlace(Part * 32); in expandMovDPP64()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDTargetLowering.cpp6115 Divisor.ashrInPlace(Shift); in BuildExactSDIV()
HDSelectionDAG.cpp7125 Val.ashrInPlace(Val.getBitWidth() - FromBits); in getNode()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp37269 Known.Zero.ashrInPlace(ShAmt); in computeKnownBitsForTargetNode()
37270 Known.One.ashrInPlace(ShAmt); in computeKnownBitsForTargetNode()
48805 Elt.ashrInPlace(ShiftVal); in combineVectorShiftImm()