Lines Matching refs:OverflowResult

1673 ConstantRange::OverflowResult ConstantRange::unsignedAddMayOverflow(  in unsignedAddMayOverflow()
1676 return OverflowResult::MayOverflow; in unsignedAddMayOverflow()
1683 return OverflowResult::AlwaysOverflowsHigh; in unsignedAddMayOverflow()
1685 return OverflowResult::MayOverflow; in unsignedAddMayOverflow()
1686 return OverflowResult::NeverOverflows; in unsignedAddMayOverflow()
1689 ConstantRange::OverflowResult ConstantRange::signedAddMayOverflow( in signedAddMayOverflow()
1692 return OverflowResult::MayOverflow; in signedAddMayOverflow()
1704 return OverflowResult::AlwaysOverflowsHigh; in signedAddMayOverflow()
1707 return OverflowResult::AlwaysOverflowsLow; in signedAddMayOverflow()
1711 return OverflowResult::MayOverflow; in signedAddMayOverflow()
1714 return OverflowResult::MayOverflow; in signedAddMayOverflow()
1716 return OverflowResult::NeverOverflows; in signedAddMayOverflow()
1719 ConstantRange::OverflowResult ConstantRange::unsignedSubMayOverflow( in unsignedSubMayOverflow()
1722 return OverflowResult::MayOverflow; in unsignedSubMayOverflow()
1729 return OverflowResult::AlwaysOverflowsLow; in unsignedSubMayOverflow()
1731 return OverflowResult::MayOverflow; in unsignedSubMayOverflow()
1732 return OverflowResult::NeverOverflows; in unsignedSubMayOverflow()
1735 ConstantRange::OverflowResult ConstantRange::signedSubMayOverflow( in signedSubMayOverflow()
1738 return OverflowResult::MayOverflow; in signedSubMayOverflow()
1750 return OverflowResult::AlwaysOverflowsHigh; in signedSubMayOverflow()
1753 return OverflowResult::AlwaysOverflowsLow; in signedSubMayOverflow()
1757 return OverflowResult::MayOverflow; in signedSubMayOverflow()
1760 return OverflowResult::MayOverflow; in signedSubMayOverflow()
1762 return OverflowResult::NeverOverflows; in signedSubMayOverflow()
1765 ConstantRange::OverflowResult ConstantRange::unsignedMulMayOverflow( in unsignedMulMayOverflow()
1768 return OverflowResult::MayOverflow; in unsignedMulMayOverflow()
1776 return OverflowResult::AlwaysOverflowsHigh; in unsignedMulMayOverflow()
1780 return OverflowResult::MayOverflow; in unsignedMulMayOverflow()
1782 return OverflowResult::NeverOverflows; in unsignedMulMayOverflow()