Home
last modified time | relevance | path

Searched refs:AlwaysOverflows (Results 1 – 4 of 4) 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.cpp3971 return OverflowResult::AlwaysOverflows; in computeOverflowForUnsignedMul()
4031 return OverflowResult::AlwaysOverflows; in computeOverflowForUnsignedAdd()
4162 return OverflowResult::AlwaysOverflows; in computeOverflowForUnsignedSub()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2063 if (OR == OverflowResult::AlwaysOverflows) in visitCallInst()
2071 if (OR == OverflowResult::AlwaysOverflows) in visitCallInst()
H A DInstCombineCompares.cpp3846 if (OR == OverflowResult::AlwaysOverflows) in OptimizeOverflowCheck()
3889 if (OR == OverflowResult::AlwaysOverflows) in OptimizeOverflowCheck()