Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DConstantRange.h511 ConstantRange smul_sat(const ConstantRange &Other) const;
/openbsd/src/gnu/llvm/llvm/lib/IR/
DConstantRange.cpp1579 ConstantRange ConstantRange::smul_sat(const ConstantRange &Other) const { in smul_sat() function in ConstantRange
1594 auto L = {Min.smul_sat(OtherMin), Min.smul_sat(OtherMax), in smul_sat()
1595 Max.smul_sat(OtherMin), Max.smul_sat(OtherMax)}; in smul_sat()
/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DAPInt.h1013 APInt smul_sat(const APInt &RHS) const;
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp1157 OffsetRange = OffsetRange.add(CR.smul_sat(ConstantRange(Scale))); in aliasGEP()
/openbsd/src/gnu/llvm/llvm/lib/Support/
DAPInt.cpp2047 APInt APInt::smul_sat(const APInt &RHS) const { in smul_sat() function in APInt