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.h579 AlwaysOverflowsLow, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h623 AlwaysOverflowsLow, enumerator
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp2175 return OverflowResult::AlwaysOverflowsLow; in signedAddMayOverflow()
2197 return OverflowResult::AlwaysOverflowsLow; in unsignedSubMayOverflow()
2221 return OverflowResult::AlwaysOverflowsLow; in signedSubMayOverflow()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp945 OR == OverflowResult::AlwaysOverflowsLow) { in FlattenLoopPair()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp7692 case ConstantRange::OverflowResult::AlwaysOverflowsLow: in matchAddOverflow()
7731 case ConstantRange::OverflowResult::AlwaysOverflowsLow: in matchAddOverflow()
8129 case ConstantRange::OverflowResult::AlwaysOverflowsLow: in matchSuboCarryOut()
8154 case ConstantRange::OverflowResult::AlwaysOverflowsLow: in matchSuboCarryOut()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp7061 case ConstantRange::OverflowResult::AlwaysOverflowsLow: in mapOverflowResult()
7062 return OverflowResult::AlwaysOverflowsLow; in mapOverflowResult()
7231 return OverflowResult::AlwaysOverflowsLow; in computeOverflowForUnsignedSub()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2527 case OverflowResult::AlwaysOverflowsLow: { in visitCallInst()
H A DInstCombineCompares.cpp6514 case OverflowResult::AlwaysOverflowsLow: in OptimizeOverflowCheck()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4496 case ConstantRange::OverflowResult::AlwaysOverflowsLow: in mapOverflowResult()