Searched refs:ashrInPlace (Results 1 – 10 of 10) sorted by relevance
161 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()
1020 void APInt::ashrInPlace(const APInt &shiftAmt) { in ashrInPlace() function in APInt1021 ashrInPlace((unsigned)shiftAmt.getLimitedValue(BitWidth)); in ashrInPlace()
809 R.ashrInPlace(ShiftAmt); in ashr()814 void ashrInPlace(unsigned ShiftAmt) { in ashrInPlace() function890 R.ashrInPlace(ShiftAmt); in ashr()895 void ashrInPlace(const APInt &shiftAmt);
158 ashrInPlace(Amt);
498 Offset.ashrInPlace(ShiftBits); in adjustToIndexSize()
5445 Divisor.ashrInPlace(Shift); in buildSDivUsingMul()
2680 Imm.ashrInPlace(Part * 32); in expandMovDPP64()
6115 Divisor.ashrInPlace(Shift); in BuildExactSDIV()
7125 Val.ashrInPlace(Val.getBitWidth() - FromBits); in getNode()
37269 Known.Zero.ashrInPlace(ShAmt); in computeKnownBitsForTargetNode()37270 Known.One.ashrInPlace(ShAmt); in computeKnownBitsForTargetNode()48805 Elt.ashrInPlace(ShiftVal); in combineVectorShiftImm()