Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h561 AlwaysOverflowsLow, enumerator
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1990 return OverflowResult::AlwaysOverflowsLow; in signedAddMayOverflow()
2012 return OverflowResult::AlwaysOverflowsLow; in unsignedSubMayOverflow()
2036 return OverflowResult::AlwaysOverflowsLow; in signedSubMayOverflow()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h899 AlwaysOverflowsLow, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp945 OR == OverflowResult::AlwaysOverflowsLow) { in FlattenLoopPair()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6946 case ConstantRange::OverflowResult::AlwaysOverflowsLow: in mapOverflowResult()
6947 return OverflowResult::AlwaysOverflowsLow; in mapOverflowResult()
7121 return OverflowResult::AlwaysOverflowsLow; in computeOverflowForUnsignedSub()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp7354 case ConstantRange::OverflowResult::AlwaysOverflowsLow: in matchAddOverflow()
7393 case ConstantRange::OverflowResult::AlwaysOverflowsLow: in matchAddOverflow()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2236 case OverflowResult::AlwaysOverflowsLow: { in visitCallInst()
H A DInstCombineCompares.cpp6109 case OverflowResult::AlwaysOverflowsLow: in OptimizeOverflowCheck()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4225 case ConstantRange::OverflowResult::AlwaysOverflowsLow: in mapOverflowResult()