Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DConstantRange.h532 AlwaysOverflowsLow, enumerator
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DValueTracking.h510 AlwaysOverflowsLow, enumerator
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstantRange.cpp1707 return OverflowResult::AlwaysOverflowsLow; in signedAddMayOverflow()
1729 return OverflowResult::AlwaysOverflowsLow; in unsignedSubMayOverflow()
1753 return OverflowResult::AlwaysOverflowsLow; in signedSubMayOverflow()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp882 OR == OverflowResult::AlwaysOverflowsLow) { in FlattenLoopPair()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DConstantRangeTest.cpp1919 EXPECT_EQ(ConstantRange::OverflowResult::AlwaysOverflowsLow, (op))
2116 case ConstantRange::OverflowResult::AlwaysOverflowsLow: in TestOverflowExhaustive()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DValueTracking.cpp4820 case ConstantRange::OverflowResult::AlwaysOverflowsLow: in mapOverflowResult()
4821 return OverflowResult::AlwaysOverflowsLow; in mapOverflowResult()
5006 return OverflowResult::AlwaysOverflowsLow; in computeOverflowForUnsignedSub()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1680 case OverflowResult::AlwaysOverflowsLow: { in visitCallInst()
H A DInstCombineCompares.cpp5058 case OverflowResult::AlwaysOverflowsLow: in OptimizeOverflowCheck()