Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGen/
H A DBasicInstrs.c12 unsigned int urem(unsigned int X, unsigned int Y) { in urem() function
/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp1042 KnownBits KnownBits::urem(const KnownBits &LHS, const KnownBits &RHS) { urem() function in KnownBits
H A DAPInt.cpp1636 APInt APInt::urem(const APInt &RHS) const { urem() function in APInt
1674 uint64_t APInt::urem(uint64_t RHS) const { urem() function in APInt
[all...]
/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1432 ConstantRange ConstantRange::urem(const ConstantRange &RHS) const { urem() function in ConstantRange