Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstantRange.h494 AlwaysOverflowsHigh, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantRange.cpp1564 return OverflowResult::AlwaysOverflowsHigh; in unsignedAddMayOverflow()
1585 return OverflowResult::AlwaysOverflowsHigh; in signedAddMayOverflow()
1631 return OverflowResult::AlwaysOverflowsHigh; in signedSubMayOverflow()
1657 return OverflowResult::AlwaysOverflowsHigh; in unsignedMulMayOverflow()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DValueTracking.h491 AlwaysOverflowsHigh, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp648 if (OR == OverflowResult::AlwaysOverflowsHigh || in FlattenLoopPair()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1227 case OverflowResult::AlwaysOverflowsHigh: { in visitCallInst()
H A DInstCombineCompares.cpp4613 case OverflowResult::AlwaysOverflowsHigh: in OptimizeOverflowCheck()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp4637 case ConstantRange::OverflowResult::AlwaysOverflowsHigh: in mapOverflowResult()
4638 return OverflowResult::AlwaysOverflowsHigh; in mapOverflowResult()