Home
last modified time | relevance | path

Searched defs:sadd_sat (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp753 KnownBits KnownBits::sadd_sat(const KnownBits &LHS, const KnownBits &RHS) { in sadd_sat() function in KnownBits
H A DAPInt.cpp1996 APInt APInt::sadd_sat(const APInt &RHS) const { in sadd_sat() function in APInt
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1677 ConstantRange ConstantRange::sadd_sat(const ConstantRange &Other) const { in sadd_sat() function in ConstantRange