Searched defs:srem (Results 1 – 7 of 7) 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
1693 APInt APInt::srem(const APInt &RHS) const { in srem() function in APInt1704 int64_t APInt::srem(int64_t RHS) const { in srem() function in APInt
1928 APInt APInt::srem(const APInt &RHS) const { in srem() function in APInt
1902 APInt APInt::srem(const APInt &RHS) const { in srem() function in APInt