Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DKnownBits.cpp100 Result.One.ashrInPlace(ExtBits); in sextInReg()
101 Result.Zero.ashrInPlace(ExtBits); in sextInReg()
281 Known.Zero.ashrInPlace(Shift); in ashr()
282 Known.One.ashrInPlace(Shift); in ashr()
320 SpecificShift.Zero.ashrInPlace(ShiftAmt); in ashr()
321 SpecificShift.One.ashrInPlace(ShiftAmt); in ashr()
DAPInt.cpp988 void APInt::ashrInPlace(const APInt &shiftAmt) { in ashrInPlace() function in APInt
989 ashrInPlace((unsigned)shiftAmt.getLimitedValue(BitWidth)); in ashrInPlace()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
DAPInt.h965 R.ashrInPlace(ShiftAmt);
970 void ashrInPlace(unsigned ShiftAmt) {
1026 R.ashrInPlace(ShiftAmt);
1031 void ashrInPlace(const APInt &shiftAmt);
DAPSInt.h143 ashrInPlace(Amt);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp2029 Imm.ashrInPlace(Part * 32); in expandMovDPP64()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp5755 Val.ashrInPlace(Val.getBitWidth() - FromBits); in getNode()
DTargetLowering.cpp5058 Divisor.ashrInPlace(Shift); in BuildExactSDIV()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp34792 Known.Zero.ashrInPlace(ShAmt); in computeKnownBitsForTargetNode()
34793 Known.One.ashrInPlace(ShAmt); in computeKnownBitsForTargetNode()
44257 Elt.ashrInPlace(ShiftVal); in combineVectorShiftImm()