Searched defs:srem (Results 1 – 6 of 6) sorted by relevance
15 int srem(int X, int Y) { in srem() function
788 APInt srem(const APInt &RHS) const { in srem() function1677 inline APInt srem(const APInt& LHS, const APInt& RHS) { in srem() function
1916 inline APInt srem(const APInt &LHS, const APInt &RHS) { return LHS.srem(RHS); } in srem() function
1889 inline APInt srem(const APInt &LHS, const APInt &RHS) { return LHS.srem(RHS); } in srem() function
1902 APInt APInt::srem(const APInt &RHS) const { in srem() function in APInt
1928 APInt APInt::srem(const APInt &RHS) const { in srem() function in APInt