Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h581 AlwaysOverflowsHigh, enumerator
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp2151 return OverflowResult::AlwaysOverflowsHigh; in unsignedAddMayOverflow()
2172 return OverflowResult::AlwaysOverflowsHigh; in signedAddMayOverflow()
2218 return OverflowResult::AlwaysOverflowsHigh; in signedSubMayOverflow()
2244 return OverflowResult::AlwaysOverflowsHigh; in unsignedMulMayOverflow()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h625 AlwaysOverflowsHigh, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp944 if (OR == OverflowResult::AlwaysOverflowsHigh || in FlattenLoopPair()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp7693 case ConstantRange::OverflowResult::AlwaysOverflowsHigh: { in matchAddOverflow()
7732 case ConstantRange::OverflowResult::AlwaysOverflowsHigh: { in matchAddOverflow()
8130 case ConstantRange::OverflowResult::AlwaysOverflowsHigh: { in matchSuboCarryOut()
8155 case ConstantRange::OverflowResult::AlwaysOverflowsHigh: { in matchSuboCarryOut()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp7063 case ConstantRange::OverflowResult::AlwaysOverflowsHigh: in mapOverflowResult()
7064 return OverflowResult::AlwaysOverflowsHigh; in mapOverflowResult()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2532 case OverflowResult::AlwaysOverflowsHigh: { in visitCallInst()
H A DInstCombineCompares.cpp6515 case OverflowResult::AlwaysOverflowsHigh: in OptimizeOverflowCheck()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4497 case ConstantRange::OverflowResult::AlwaysOverflowsHigh: in mapOverflowResult()