Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1959 return OverflowResult::MayOverflow; in unsignedAddMayOverflow()
1968 return OverflowResult::MayOverflow; in unsignedAddMayOverflow()
1975 return OverflowResult::MayOverflow; in signedAddMayOverflow()
1994 return OverflowResult::MayOverflow; in signedAddMayOverflow()
1997 return OverflowResult::MayOverflow; in signedAddMayOverflow()
2005 return OverflowResult::MayOverflow; in unsignedSubMayOverflow()
2014 return OverflowResult::MayOverflow; in unsignedSubMayOverflow()
2021 return OverflowResult::MayOverflow; in signedSubMayOverflow()
2040 return OverflowResult::MayOverflow; in signedSubMayOverflow()
2043 return OverflowResult::MayOverflow; in signedSubMayOverflow()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp659 if (OR != OverflowResult::MayOverflow) in checkOverflow()
698 return OverflowResult::MayOverflow; in checkOverflow()
948 } else if (OR == OverflowResult::MayOverflow) { in FlattenLoopPair()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h565 MayOverflow, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h903 MayOverflow, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6944 case ConstantRange::OverflowResult::MayOverflow: in mapOverflowResult()
6945 return OverflowResult::MayOverflow; in mapOverflowResult()
7021 return OverflowResult::MayOverflow; in computeOverflowForSignedMul()
7067 if (OR != OverflowResult::MayOverflow) in computeOverflowForSignedAdd()
7072 return OverflowResult::MayOverflow; in computeOverflowForSignedAdd()
7091 return OverflowResult::MayOverflow; in computeOverflowForSignedAdd()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp7345 case ConstantRange::OverflowResult::MayOverflow: in matchAddOverflow()
7384 case ConstantRange::OverflowResult::MayOverflow: in matchAddOverflow()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2231 case OverflowResult::MayOverflow: in visitCallInst()
H A DInstCombineCompares.cpp6107 case OverflowResult::MayOverflow: in OptimizeOverflowCheck()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4223 case ConstantRange::OverflowResult::MayOverflow: in mapOverflowResult()