Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1575 return OverflowResult::MayOverflow; in unsignedAddMayOverflow()
1584 return OverflowResult::MayOverflow; in unsignedAddMayOverflow()
1591 return OverflowResult::MayOverflow; in signedAddMayOverflow()
1610 return OverflowResult::MayOverflow; in signedAddMayOverflow()
1613 return OverflowResult::MayOverflow; in signedAddMayOverflow()
1621 return OverflowResult::MayOverflow; in unsignedSubMayOverflow()
1630 return OverflowResult::MayOverflow; in unsignedSubMayOverflow()
1637 return OverflowResult::MayOverflow; in signedSubMayOverflow()
1656 return OverflowResult::MayOverflow; in signedSubMayOverflow()
1659 return OverflowResult::MayOverflow; in signedSubMayOverflow()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp448 if (OR != OverflowResult::MayOverflow) in checkOverflow()
470 return OverflowResult::MayOverflow; in checkOverflow()
656 } else if (OR == OverflowResult::MayOverflow) { in FlattenLoopPair()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h496 MayOverflow, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h493 MayOverflow, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4675 case ConstantRange::OverflowResult::MayOverflow: in mapOverflowResult()
4676 return OverflowResult::MayOverflow; in mapOverflowResult()
4754 return OverflowResult::MayOverflow; in computeOverflowForSignedMul()
4805 if (OR != OverflowResult::MayOverflow) in computeOverflowForSignedAdd()
4810 return OverflowResult::MayOverflow; in computeOverflowForSignedAdd()
4830 return OverflowResult::MayOverflow; in computeOverflowForSignedAdd()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1250 case OverflowResult::MayOverflow: in visitCallInst()
H A DInstCombineCompares.cpp4688 case OverflowResult::MayOverflow: in OptimizeOverflowCheck()