Searched refs:ashrInPlace (Results 1 – 9 of 9) sorted by relevance
170 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()
1051 void APInt::ashrInPlace(const APInt &shiftAmt) { in ashrInPlace() function in APInt1052 ashrInPlace((unsigned)shiftAmt.getLimitedValue(BitWidth)); in ashrInPlace()
829 R.ashrInPlace(ShiftAmt); in ashr()834 void ashrInPlace(unsigned ShiftAmt) { in ashrInPlace() function910 R.ashrInPlace(ShiftAmt); in ashr()915 LLVM_ABI void ashrInPlace(const APInt &shiftAmt);
159 ashrInPlace(Amt);
5604 Divisor.ashrInPlace(Shift); in buildSDivUsingMul()
2686 Imm.ashrInPlace(Part * 32); in expandMovDPP64()
7005 Val.ashrInPlace(Val.getBitWidth() - FromBits); in FoldConstantArithmetic()
6335 Divisor.ashrInPlace(Shift); in BuildExactSDIV()
38679 Known.Zero.ashrInPlace(ShAmt); in computeKnownBitsForTargetNode()38680 Known.One.ashrInPlace(ShAmt); in computeKnownBitsForTargetNode()50560 Elt.ashrInPlace(ShiftVal); in combineVectorShiftImm()