Home
last modified time | relevance | path

Searched defs:srem (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/CodeGen/
DBasicInstrs.c15 int srem(int X, int Y) { in srem() function
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h788 APInt srem(const APInt &RHS) const { in srem() function
1677 inline APInt srem(const APInt& LHS, const APInt& RHS) { in srem() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1916 inline APInt srem(const APInt &LHS, const APInt &RHS) { return LHS.srem(RHS); } in srem() function
/external/llvm/include/llvm/ADT/
DAPInt.h1889 inline APInt srem(const APInt &LHS, const APInt &RHS) { return LHS.srem(RHS); } in srem() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp1693 APInt APInt::srem(const APInt &RHS) const { in srem() function in APInt
1704 int64_t APInt::srem(int64_t RHS) const { in srem() function in APInt
/external/llvm/lib/Support/
DAPInt.cpp1928 APInt APInt::srem(const APInt &RHS) const { in srem() function in APInt
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp1902 APInt APInt::srem(const APInt &RHS) const { in srem() function in APInt