Searched defs:srem (Results 1 – 3 of 3) sorted by relevance
15 int srem(int X, int Y) { in srem() function
1707 inline APInt srem(const APInt& LHS, const APInt& RHS) { in srem() function
1927 APInt APInt::srem(const APInt &RHS) const { in srem() function in APInt