Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h546 AlwaysOverflowsHigh, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1873 return OverflowResult::AlwaysOverflowsHigh; in unsignedAddMayOverflow()
1894 return OverflowResult::AlwaysOverflowsHigh; in signedAddMayOverflow()
1940 return OverflowResult::AlwaysOverflowsHigh; in signedSubMayOverflow()
1966 return OverflowResult::AlwaysOverflowsHigh; in unsignedMulMayOverflow()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp931 if (OR == OverflowResult::AlwaysOverflowsHigh || in FlattenLoopPair()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h826 AlwaysOverflowsHigh, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6277 case ConstantRange::OverflowResult::AlwaysOverflowsHigh: in mapOverflowResult()
6278 return OverflowResult::AlwaysOverflowsHigh; in mapOverflowResult()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2150 case OverflowResult::AlwaysOverflowsHigh: { in visitCallInst()
H A DInstCombineCompares.cpp5781 case OverflowResult::AlwaysOverflowsHigh: in OptimizeOverflowCheck()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4050 case ConstantRange::OverflowResult::AlwaysOverflowsHigh: in mapOverflowResult()