Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGen/
DBasicInstrs.c12 unsigned int urem(unsigned int X, unsigned int Y) { in urem() function
/external/clang/test/CodeGen/
DBasicInstrs.c12 unsigned int urem(unsigned int X, unsigned int Y) { in urem() function
/external/llvm-project/llvm/lib/Support/
DKnownBits.cpp388 KnownBits KnownBits::urem(const KnownBits &LHS, const KnownBits &RHS) { in urem() function in KnownBits
DAPInt.cpp1693 APInt APInt::urem(const APInt &RHS) const { in urem() function in APInt
1731 uint64_t APInt::urem(uint64_t RHS) const { in urem() function in APInt
/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-subzero/include/llvm/ADT/
DAPInt.h1921 inline APInt urem(const APInt &LHS, const APInt &RHS) { return LHS.urem(RHS); } in urem() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp1137 ConstantRange ConstantRange::urem(const ConstantRange &RHS) const { in urem() function in ConstantRange
/external/llvm-project/llvm/lib/IR/
DConstantRange.cpp1203 ConstantRange ConstantRange::urem(const ConstantRange &RHS) const { in urem() function in ConstantRange
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp1694 APInt APInt::urem(const APInt &RHS) const { in urem() function in APInt
1732 uint64_t APInt::urem(uint64_t 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/llvm/lib/Support/
DAPInt.cpp1891 APInt APInt::urem(const APInt& RHS) const { in urem() function in APInt