Searched refs:ashrInPlace (Results 1 – 16 of 16) sorted by relevance
245 Known.Zero.ashrInPlace(Shift); in ashr()246 Known.One.ashrInPlace(Shift); in ashr()
984 void APInt::ashrInPlace(const APInt &shiftAmt) { in ashrInPlace() function in APInt985 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);
148 ashrInPlace(Amt);
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);
2485 i72.ashrInPlace(46); in TEST()2491 i72.ashrInPlace(64); in TEST()2497 i128.ashrInPlace(64); in TEST()
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()
1923 Imm.ashrInPlace(Part * 32); in expandMovDPP64()
4948 Divisor.ashrInPlace(Shift); in BuildExactSDIV()
5376 Val.ashrInPlace(Val.getBitWidth() - FromBits); in getNode()
32598 Known.Zero.ashrInPlace(ShAmt); in computeKnownBitsForTargetNode()32599 Known.One.ashrInPlace(ShAmt); in computeKnownBitsForTargetNode()39700 Elt.ashrInPlace(ShiftVal); in combineVectorShiftImm()
34106 Known.Zero.ashrInPlace(ShAmt); in computeKnownBitsForTargetNode()34107 Known.One.ashrInPlace(ShAmt); in computeKnownBitsForTargetNode()42970 Elt.ashrInPlace(ShiftVal); in combineVectorShiftImm()