Searched refs:ashrInPlace (Results 1 – 7 of 7) sorted by relevance
948 R.ashrInPlace(ShiftAmt); in ashr()953 void ashrInPlace(unsigned ShiftAmt) { in ashrInPlace() function1009 R.ashrInPlace(ShiftAmt); in ashr()1014 void ashrInPlace(const APInt &shiftAmt);
131 ashrInPlace(Amt);
2158 i72.ashrInPlace(46); in TEST()2164 i72.ashrInPlace(64); in TEST()2170 i128.ashrInPlace(64); in TEST()
912 void APInt::ashrInPlace(const APInt &shiftAmt) { in ashrInPlace() function in APInt913 ashrInPlace((unsigned)shiftAmt.getLimitedValue(BitWidth)); in ashrInPlace()
2605 Known.Zero.ashrInPlace(Shift); in computeKnownBits()2606 Known.One.ashrInPlace(Shift); in computeKnownBits()4579 Val.ashrInPlace(Val.getBitWidth() - FromBits); in getNode()
3438 d.ashrInPlace(ShAmt); in BuildExactSDIV()
34336 Elt.ashrInPlace(ShiftImm); in combineVectorShiftImm()