Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DConstantRange.h534 AlwaysOverflowsHigh, enumerator
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstantRange.cpp1683 return OverflowResult::AlwaysOverflowsHigh; in unsignedAddMayOverflow()
1704 return OverflowResult::AlwaysOverflowsHigh; in signedAddMayOverflow()
1750 return OverflowResult::AlwaysOverflowsHigh; in signedSubMayOverflow()
1776 return OverflowResult::AlwaysOverflowsHigh; in unsignedMulMayOverflow()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DValueTracking.h512 AlwaysOverflowsHigh, enumerator
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp881 if (OR == OverflowResult::AlwaysOverflowsHigh || in FlattenLoopPair()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DConstantRangeTest.cpp1921 EXPECT_EQ(ConstantRange::OverflowResult::AlwaysOverflowsHigh, (op))
2121 case ConstantRange::OverflowResult::AlwaysOverflowsHigh: in TestOverflowExhaustive()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DValueTracking.cpp4822 case ConstantRange::OverflowResult::AlwaysOverflowsHigh: in mapOverflowResult()
4823 return OverflowResult::AlwaysOverflowsHigh; in mapOverflowResult()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1685 case OverflowResult::AlwaysOverflowsHigh: { in visitCallInst()
H A DInstCombineCompares.cpp5059 case OverflowResult::AlwaysOverflowsHigh: in OptimizeOverflowCheck()