Searched defs:srem (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/test/CodeGen/ | ||
H A D | BasicInstrs.c | 15 int srem(int X, int Y) { in srem() function |
/llvm-project/llvm/lib/Support/ | ||
H A D | KnownBits.cpp | 1059 KnownBits KnownBits::srem(const KnownBits &LHS, const KnownBits &RHS) { srem() function in KnownBits |
H A D | APInt.cpp | 1706 APInt APInt::srem(const APInt &RHS) const { srem() function in APInt |
/llvm-project/llvm/lib/IR/ | ||
H A D | ConstantRange.cpp | 1454 ConstantRange ConstantRange::srem(const ConstantRange &RHS) const { srem() function in ConstantRange |