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