Searched refs:ashrInPlace (Results 1 – 7 of 7) sorted by relevance
965 R.ashrInPlace(ShiftAmt); in ashr()970 void ashrInPlace(unsigned ShiftAmt) { in ashrInPlace() function1026 R.ashrInPlace(ShiftAmt); in ashr()1031 void ashrInPlace(const APInt &shiftAmt);
148 ashrInPlace(Amt);
985 void APInt::ashrInPlace(const APInt &shiftAmt) { in ashrInPlace() function in APInt986 ashrInPlace((unsigned)shiftAmt.getLimitedValue(BitWidth)); in ashrInPlace()
2917 Known.Zero.ashrInPlace(Shift); in computeKnownBits()2918 Known.One.ashrInPlace(Shift); in computeKnownBits()5295 Val.ashrInPlace(Val.getBitWidth() - FromBits); in getNode()
4654 Divisor.ashrInPlace(Shift); in BuildExactSDIV()
1600 Imm.ashrInPlace(Part * 32); in expandMovDPP64()
32598 Known.Zero.ashrInPlace(ShAmt); in computeKnownBitsForTargetNode()32599 Known.One.ashrInPlace(ShAmt); in computeKnownBitsForTargetNode()39700 Elt.ashrInPlace(ShiftVal); in combineVectorShiftImm()