Home
last modified time | relevance | path

Searched refs:MayOverflow (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DValueTracking.h415 enum class OverflowResult { AlwaysOverflows, MayOverflow, NeverOverflows }; enumerator
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp3973 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()