Home
last modified time | relevance | path

Searched refs:smul_sat (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h511 ConstantRange smul_sat(const ConstantRange &Other) const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1620 ConstantRange ConstantRange::smul_sat(const ConstantRange &Other) const { in smul_sat() function in ConstantRange
1635 auto L = {Min.smul_sat(OtherMin), Min.smul_sat(OtherMax), in smul_sat()
1636 Max.smul_sat(OtherMin), Max.smul_sat(OtherMax)}; in smul_sat()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1005 APInt smul_sat(const APInt &RHS) const;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp1198 CR = CR.smul_sat(ConstantRange(Scale)); in aliasGEP()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp2063 APInt APInt::smul_sat(const APInt &RHS) const { in smul_sat() function in APInt