Searched defs:urem (Results 1 – 3 of 3) sorted by relevance
12 unsigned int urem(unsigned int X, unsigned int Y) { in urem() function
1734 inline APInt urem(const APInt& LHS, const APInt& RHS) { in urem() function
1879 APInt APInt::urem(const APInt& RHS) const { in urem() function in APInt