reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1916 APInt::udivrem(-LHS, -RHS, Quotient, R); 1918 APInt::udivrem(-LHS, RHS, Quotient, R); 1921 R = -R; 1921 R = -R; 1923 APInt::udivrem(LHS, -RHS, Quotient, R); 1926 APInt::udivrem(LHS, RHS, Quotient, R); 1928 Remainder = R;