Searched defs:srem (Results 1 – 3 of 3) sorted by relevance
15 int srem(int X, int Y) { in srem() function
1865 inline APInt srem(const APInt &LHS, const APInt &RHS) { return LHS.srem(RHS); } in srem() function
1924 APInt APInt::srem(const APInt &RHS) const { in srem() function in APInt