Searched refs:MayOverflow (Results 1 – 2 of 2) sorted by relevance
415 enum class OverflowResult { AlwaysOverflows, MayOverflow, NeverOverflows }; enumerator
3973 return OverflowResult::MayOverflow; in computeOverflowForUnsignedMul()4016 return OverflowResult::MayOverflow; in computeOverflowForSignedMul()4040 return OverflowResult::MayOverflow; in computeOverflowForUnsignedAdd()4125 return OverflowResult::MayOverflow; in computeOverflowForSignedAdd()4143 return OverflowResult::MayOverflow; in computeOverflowForSignedAdd()4165 return OverflowResult::MayOverflow; in computeOverflowForUnsignedSub()4191 return OverflowResult::MayOverflow; in computeOverflowForSignedSub()