Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dlb1spl.asm55 .urem: label
H A Dlb1spc.asm471 .urem: label
/openbsd-src/gnu/gcc/gcc/config/sparc/
H A Dlb1spl.asm55 .urem: label
H A Dlb1spc.asm471 .urem: label
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DKnownBits.cpp549 KnownBits KnownBits::urem(const KnownBits &LHS, const KnownBits &RHS) { in urem() function in KnownBits
H A DAPInt.cpp1664 APInt APInt::urem(const APInt &RHS) const { in urem() function in APInt
1702 uint64_t APInt::urem(uint64_t RHS) const { in urem() function in APInt
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantRange.cpp1320 ConstantRange ConstantRange::urem(const ConstantRange &RHS) const { in urem() function in ConstantRange