Searched refs:ashrInPlace (Results 1 – 8 of 8) sorted by relevance
100 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()
988 void APInt::ashrInPlace(const APInt &shiftAmt) { in ashrInPlace() function in APInt989 ashrInPlace((unsigned)shiftAmt.getLimitedValue(BitWidth)); in ashrInPlace()
965 R.ashrInPlace(ShiftAmt);970 void ashrInPlace(unsigned ShiftAmt) {1026 R.ashrInPlace(ShiftAmt);1031 void ashrInPlace(const APInt &shiftAmt);
143 ashrInPlace(Amt);
2029 Imm.ashrInPlace(Part * 32); in expandMovDPP64()
5755 Val.ashrInPlace(Val.getBitWidth() - FromBits); in getNode()
5058 Divisor.ashrInPlace(Shift); in BuildExactSDIV()
34792 Known.Zero.ashrInPlace(ShAmt); in computeKnownBitsForTargetNode()34793 Known.One.ashrInPlace(ShAmt); in computeKnownBitsForTargetNode()44257 Elt.ashrInPlace(ShiftVal); in combineVectorShiftImm()