Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstantRange.h535 AlwaysOverflowsHigh, enumerator
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantRange.cpp1680 return OverflowResult::AlwaysOverflowsHigh; in unsignedAddMayOverflow()
1701 return OverflowResult::AlwaysOverflowsHigh; in signedAddMayOverflow()
1747 return OverflowResult::AlwaysOverflowsHigh; in signedSubMayOverflow()
1773 return OverflowResult::AlwaysOverflowsHigh; in unsignedMulMayOverflow()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DValueTracking.h504 AlwaysOverflowsHigh, enumerator
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp908 if (OR == OverflowResult::AlwaysOverflowsHigh || in FlattenLoopPair()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp4932 case ConstantRange::OverflowResult::AlwaysOverflowsHigh: in mapOverflowResult()
4933 return OverflowResult::AlwaysOverflowsHigh; in mapOverflowResult()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1718 case OverflowResult::AlwaysOverflowsHigh: { in visitCallInst()
H A DInstCombineCompares.cpp5058 case OverflowResult::AlwaysOverflowsHigh: in OptimizeOverflowCheck()