Home
last modified time | relevance | path

Searched refs:NeverOverflows (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h497 OverflowResult::NeverOverflows; in willNotOverflowSignedAdd()
503 OverflowResult::NeverOverflows; in willNotOverflowUnsignedAdd()
515 OverflowResult::NeverOverflows; in willNotOverflowSignedSub()
521 OverflowResult::NeverOverflows; in willNotOverflowUnsignedSub()
533 OverflowResult::NeverOverflows; in willNotOverflowSignedMul()
539 OverflowResult::NeverOverflows; in willNotOverflowUnsignedMul()
H A DInstCombineCalls.cpp2061 if (OR == OverflowResult::NeverOverflows) in visitCallInst()
2069 if (OR == OverflowResult::NeverOverflows) in visitCallInst()
H A DInstCombineCompares.cpp3842 if (OR == OverflowResult::NeverOverflows) in OptimizeOverflowCheck()
3886 if (OR == OverflowResult::NeverOverflows) in OptimizeOverflowCheck()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp3953 return OverflowResult::NeverOverflows; in computeOverflowForUnsignedMul()
3964 return OverflowResult::NeverOverflows; in computeOverflowForUnsignedMul()
3997 return OverflowResult::NeverOverflows; in computeOverflowForSignedMul()
4014 return OverflowResult::NeverOverflows; in computeOverflowForSignedMul()
4036 return OverflowResult::NeverOverflows; in computeOverflowForUnsignedAdd()
4096 return OverflowResult::NeverOverflows; in computeOverflowForSignedAdd()
4115 return OverflowResult::NeverOverflows; in computeOverflowForSignedAdd()
4121 return OverflowResult::NeverOverflows; in computeOverflowForSignedAdd()
4139 return OverflowResult::NeverOverflows; in computeOverflowForSignedAdd()
4178 return OverflowResult::NeverOverflows; in computeOverflowForSignedSub()
[all …]
/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/Transforms/Scalar/
H A DNaryReassociate.cpp349 OverflowResult::NeverOverflows) in tryReassociateGEPAtIndex()