Home
last modified time | relevance | path

Searched refs:AlwaysOverflowsLow (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h492 AlwaysOverflowsLow, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h489 AlwaysOverflowsLow, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1606 return OverflowResult::AlwaysOverflowsLow; in signedAddMayOverflow()
1628 return OverflowResult::AlwaysOverflowsLow; in unsignedSubMayOverflow()
1652 return OverflowResult::AlwaysOverflowsLow; in signedSubMayOverflow()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp653 OR == OverflowResult::AlwaysOverflowsLow) { in FlattenLoopPair()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4677 case ConstantRange::OverflowResult::AlwaysOverflowsLow: in mapOverflowResult()
4678 return OverflowResult::AlwaysOverflowsLow; in mapOverflowResult()
4847 return OverflowResult::AlwaysOverflowsLow; in computeOverflowForUnsignedSub()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1257 case OverflowResult::AlwaysOverflowsLow: { in visitCallInst()
H A DInstCombineCompares.cpp4690 case OverflowResult::AlwaysOverflowsLow: in OptimizeOverflowCheck()