Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h544 AlwaysOverflowsLow, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1897 return OverflowResult::AlwaysOverflowsLow; in signedAddMayOverflow()
1919 return OverflowResult::AlwaysOverflowsLow; in unsignedSubMayOverflow()
1943 return OverflowResult::AlwaysOverflowsLow; in signedSubMayOverflow()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp932 OR == OverflowResult::AlwaysOverflowsLow) { in FlattenLoopPair()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h824 AlwaysOverflowsLow, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6275 case ConstantRange::OverflowResult::AlwaysOverflowsLow: in mapOverflowResult()
6276 return OverflowResult::AlwaysOverflowsLow; in mapOverflowResult()
6444 return OverflowResult::AlwaysOverflowsLow; in computeOverflowForUnsignedSub()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2145 case OverflowResult::AlwaysOverflowsLow: { in visitCallInst()
H A DInstCombineCompares.cpp5780 case OverflowResult::AlwaysOverflowsLow: in OptimizeOverflowCheck()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4049 case ConstantRange::OverflowResult::AlwaysOverflowsLow: in mapOverflowResult()