Home
last modified time | relevance | path

Searched defs:urem (Results 1 – 7 of 7) 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/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
/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp1978 APInt APInt::urem(const APInt& RHS) const { in urem() function in APInt