Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DValueTracking.h317 enum class OverflowResult { AlwaysOverflows, MayOverflow, NeverOverflows }; enumerator
/external/llvm/lib/Analysis/
DValueTracking.cpp3587 return OverflowResult::MayOverflow; in computeOverflowForUnsignedMul()
3616 return OverflowResult::MayOverflow; in computeOverflowForUnsignedAdd()
3641 return OverflowResult::MayOverflow; in computeOverflowForSignedAdd()
3660 return OverflowResult::MayOverflow; in computeOverflowForSignedAdd()