Searched refs:smul_sat (Results 1 – 5 of 5) sorted by relevance
511 ConstantRange smul_sat(const ConstantRange &Other) const;
1579 ConstantRange ConstantRange::smul_sat(const ConstantRange &Other) const { in smul_sat() function in ConstantRange1594 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()
1013 APInt smul_sat(const APInt &RHS) const;
1157 OffsetRange = OffsetRange.add(CR.smul_sat(ConstantRange(Scale))); in aliasGEP()
2047 APInt APInt::smul_sat(const APInt &RHS) const { in smul_sat() function in APInt