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.h563 AlwaysOverflowsHigh, enumerator
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1966 return OverflowResult::AlwaysOverflowsHigh; in unsignedAddMayOverflow()
1987 return OverflowResult::AlwaysOverflowsHigh; in signedAddMayOverflow()
2033 return OverflowResult::AlwaysOverflowsHigh; in signedSubMayOverflow()
2059 return OverflowResult::AlwaysOverflowsHigh; in unsignedMulMayOverflow()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h901 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.cpp7355 case ConstantRange::OverflowResult::AlwaysOverflowsHigh: { in matchAddOverflow()
7394 case ConstantRange::OverflowResult::AlwaysOverflowsHigh: { in matchAddOverflow()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6948 case ConstantRange::OverflowResult::AlwaysOverflowsHigh: in mapOverflowResult()
6949 return OverflowResult::AlwaysOverflowsHigh; in mapOverflowResult()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2243 case OverflowResult::AlwaysOverflowsHigh: { in visitCallInst()
H A DInstCombineCompares.cpp6110 case OverflowResult::AlwaysOverflowsHigh: in OptimizeOverflowCheck()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4226 case ConstantRange::OverflowResult::AlwaysOverflowsHigh: in mapOverflowResult()