Home
last modified time | relevance | path

Searched defs:umul_sat (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1704 ConstantRange ConstantRange::umul_sat(const ConstantRange &Other) const { in umul_sat() function in ConstantRange
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp2047 APInt APInt::umul_sat(const APInt &RHS) const { in umul_sat() function in APInt