Lines Matching defs:udivrem
1728 void APInt::udivrem(const APInt &LHS, const APInt &RHS,
1799 void APInt::udivrem(const APInt &LHS, uint64_t RHS, APInt &Quotient,
1864 APInt::udivrem(-LHS, -RHS, Quotient, Remainder);
1866 APInt::udivrem(-LHS, RHS, Quotient, Remainder);
1871 APInt::udivrem(LHS, -RHS, Quotient, Remainder);
1874 APInt::udivrem(LHS, RHS, Quotient, Remainder);
1883 APInt::udivrem(-LHS, -RHS, Quotient, R);
1885 APInt::udivrem(-LHS, RHS, Quotient, R);
1890 APInt::udivrem(LHS, -RHS, Quotient, R);
1893 APInt::udivrem(LHS, RHS, Quotient, R);
2253 udivrem(Tmp, Radix, Tmp, Digit);
2734 // Currently udivrem always rounds down.
2741 APInt::udivrem(A, B, Quo, Rem);