Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1866 return OverflowResult::MayOverflow; in unsignedAddMayOverflow()
1875 return OverflowResult::MayOverflow; in unsignedAddMayOverflow()
1882 return OverflowResult::MayOverflow; in signedAddMayOverflow()
1901 return OverflowResult::MayOverflow; in signedAddMayOverflow()
1904 return OverflowResult::MayOverflow; in signedAddMayOverflow()
1912 return OverflowResult::MayOverflow; in unsignedSubMayOverflow()
1921 return OverflowResult::MayOverflow; in unsignedSubMayOverflow()
1928 return OverflowResult::MayOverflow; in signedSubMayOverflow()
1947 return OverflowResult::MayOverflow; in signedSubMayOverflow()
1950 return OverflowResult::MayOverflow; in signedSubMayOverflow()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp652 if (OR != OverflowResult::MayOverflow) in checkOverflow()
691 return OverflowResult::MayOverflow; in checkOverflow()
935 } else if (OR == OverflowResult::MayOverflow) { in FlattenLoopPair()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h548 MayOverflow, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h828 MayOverflow, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6273 case ConstantRange::OverflowResult::MayOverflow: in mapOverflowResult()
6274 return OverflowResult::MayOverflow; in mapOverflowResult()
6344 return OverflowResult::MayOverflow; in computeOverflowForSignedMul()
6390 if (OR != OverflowResult::MayOverflow) in computeOverflowForSignedAdd()
6395 return OverflowResult::MayOverflow; in computeOverflowForSignedAdd()
6414 return OverflowResult::MayOverflow; in computeOverflowForSignedAdd()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2138 case OverflowResult::MayOverflow: in visitCallInst()
H A DInstCombineCompares.cpp5778 case OverflowResult::MayOverflow: in OptimizeOverflowCheck()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4047 case ConstantRange::OverflowResult::MayOverflow: in mapOverflowResult()