Home
last modified time | relevance | path

Searched defs:urem (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/CodeGen/
DBasicInstrs.c12 unsigned int urem(unsigned int X, unsigned int Y) { in urem() function
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h1683 inline APInt urem(const APInt& LHS, const APInt& RHS) { in urem() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1921 inline APInt urem(const APInt &LHS, const APInt &RHS) { return LHS.urem(RHS); } in urem() function
/external/llvm/include/llvm/ADT/
DAPInt.h1894 inline APInt urem(const APInt &LHS, const APInt &RHS) { return LHS.urem(RHS); } in urem() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp1623 APInt APInt::urem(const APInt &RHS) const { in urem() function in APInt
1661 uint64_t APInt::urem(uint64_t RHS) const { in urem() function in APInt
/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp1978 APInt APInt::urem(const APInt& RHS) const { in urem() function in APInt
/external/llvm/lib/Support/
DAPInt.cpp1891 APInt APInt::urem(const APInt& RHS) const { in urem() function in APInt
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp1865 APInt APInt::urem(const APInt& RHS) const { in urem() function in APInt