Searched defs:smul_sat (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/IR/ | ||
H A D | ConstantRange.cpp | 1713 ConstantRange ConstantRange::smul_sat(const ConstantRange &Other) const { smul_sat() function in ConstantRange |
/llvm-project/llvm/lib/Support/ | ||
H A D | APInt.cpp | 2034 APInt APInt::smul_sat(const APInt &RHS) const { smul_sat() function in APInt |