Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h494 AlwaysOverflowsHigh, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1582 return OverflowResult::AlwaysOverflowsHigh; in unsignedAddMayOverflow()
1603 return OverflowResult::AlwaysOverflowsHigh; in signedAddMayOverflow()
1649 return OverflowResult::AlwaysOverflowsHigh; in signedSubMayOverflow()
1675 return OverflowResult::AlwaysOverflowsHigh; in unsignedMulMayOverflow()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h491 AlwaysOverflowsHigh, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp652 if (OR == OverflowResult::AlwaysOverflowsHigh || in FlattenLoopPair()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1262 case OverflowResult::AlwaysOverflowsHigh: { in visitCallInst()
H A DInstCombineCompares.cpp4691 case OverflowResult::AlwaysOverflowsHigh: in OptimizeOverflowCheck()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4679 case ConstantRange::OverflowResult::AlwaysOverflowsHigh: in mapOverflowResult()
4680 return OverflowResult::AlwaysOverflowsHigh; in mapOverflowResult()