Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGen/
H A DBasicInstrs.c15 int srem(int X, int Y) { in srem() function
/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp1059 KnownBits KnownBits::srem(const KnownBits &LHS, const KnownBits &RHS) { srem() function in KnownBits
H A DAPInt.cpp1706 APInt APInt::srem(const APInt &RHS) const { srem() function in APInt
1717 int64_t APInt::srem(int64_t RHS) const { srem() function in APInt
/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1454 ConstantRange ConstantRange::srem(const ConstantRange &RHS) const { srem() function in ConstantRange