Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/IR/
H A DConstantRange.cpp1673 return OverflowResult::MayOverflow; in unsignedAddMayOverflow()
1682 return OverflowResult::MayOverflow; in unsignedAddMayOverflow()
1689 return OverflowResult::MayOverflow; in signedAddMayOverflow()
1708 return OverflowResult::MayOverflow; in signedAddMayOverflow()
1711 return OverflowResult::MayOverflow; in signedAddMayOverflow()
1719 return OverflowResult::MayOverflow; in unsignedSubMayOverflow()
1728 return OverflowResult::MayOverflow; in unsignedSubMayOverflow()
1735 return OverflowResult::MayOverflow; in signedSubMayOverflow()
1754 return OverflowResult::MayOverflow; in signedSubMayOverflow()
1757 return OverflowResult::MayOverflow; in signedSubMayOverflow()
[all …]
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp648 if (OR != OverflowResult::MayOverflow) in checkOverflow()
680 return OverflowResult::MayOverflow; in checkOverflow()
912 } else if (OR == OverflowResult::MayOverflow) { in FlattenLoopPair()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DConstantRange.h537 MayOverflow, enumerator
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DValueTracking.h506 MayOverflow, enumerator
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp4928 case ConstantRange::OverflowResult::MayOverflow: in mapOverflowResult()
4929 return OverflowResult::MayOverflow; in mapOverflowResult()
5007 return OverflowResult::MayOverflow; in computeOverflowForSignedMul()
5058 if (OR != OverflowResult::MayOverflow) in computeOverflowForSignedAdd()
5063 return OverflowResult::MayOverflow; in computeOverflowForSignedAdd()
5083 return OverflowResult::MayOverflow; in computeOverflowForSignedAdd()
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1706 case OverflowResult::MayOverflow: in visitCallInst()
H A DInstCombineCompares.cpp5055 case OverflowResult::MayOverflow: in OptimizeOverflowCheck()