Lines Matching refs:OverflowResult

1956 ConstantRange::OverflowResult ConstantRange::unsignedAddMayOverflow(  in unsignedAddMayOverflow()
1959 return OverflowResult::MayOverflow; in unsignedAddMayOverflow()
1966 return OverflowResult::AlwaysOverflowsHigh; in unsignedAddMayOverflow()
1968 return OverflowResult::MayOverflow; in unsignedAddMayOverflow()
1969 return OverflowResult::NeverOverflows; in unsignedAddMayOverflow()
1972 ConstantRange::OverflowResult ConstantRange::signedAddMayOverflow( in signedAddMayOverflow()
1975 return OverflowResult::MayOverflow; in signedAddMayOverflow()
1987 return OverflowResult::AlwaysOverflowsHigh; in signedAddMayOverflow()
1990 return OverflowResult::AlwaysOverflowsLow; in signedAddMayOverflow()
1994 return OverflowResult::MayOverflow; in signedAddMayOverflow()
1997 return OverflowResult::MayOverflow; in signedAddMayOverflow()
1999 return OverflowResult::NeverOverflows; in signedAddMayOverflow()
2002 ConstantRange::OverflowResult ConstantRange::unsignedSubMayOverflow( in unsignedSubMayOverflow()
2005 return OverflowResult::MayOverflow; in unsignedSubMayOverflow()
2012 return OverflowResult::AlwaysOverflowsLow; in unsignedSubMayOverflow()
2014 return OverflowResult::MayOverflow; in unsignedSubMayOverflow()
2015 return OverflowResult::NeverOverflows; in unsignedSubMayOverflow()
2018 ConstantRange::OverflowResult ConstantRange::signedSubMayOverflow( in signedSubMayOverflow()
2021 return OverflowResult::MayOverflow; in signedSubMayOverflow()
2033 return OverflowResult::AlwaysOverflowsHigh; in signedSubMayOverflow()
2036 return OverflowResult::AlwaysOverflowsLow; in signedSubMayOverflow()
2040 return OverflowResult::MayOverflow; in signedSubMayOverflow()
2043 return OverflowResult::MayOverflow; in signedSubMayOverflow()
2045 return OverflowResult::NeverOverflows; in signedSubMayOverflow()
2048 ConstantRange::OverflowResult ConstantRange::unsignedMulMayOverflow( in unsignedMulMayOverflow()
2051 return OverflowResult::MayOverflow; in unsignedMulMayOverflow()
2059 return OverflowResult::AlwaysOverflowsHigh; in unsignedMulMayOverflow()
2063 return OverflowResult::MayOverflow; in unsignedMulMayOverflow()
2065 return OverflowResult::NeverOverflows; in unsignedMulMayOverflow()