Home
last modified time | relevance | path

Searched refs:NeverOverflows (Results 1 – 12 of 12) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h311 OverflowResult::NeverOverflows; in willNotOverflowSignedAdd()
318 OverflowResult::NeverOverflows; in willNotOverflowUnsignedAdd()
330 OverflowResult::NeverOverflows; in willNotOverflowSignedSub()
336 OverflowResult::NeverOverflows; in willNotOverflowUnsignedSub()
348 OverflowResult::NeverOverflows; in willNotOverflowSignedMul()
354 OverflowResult::NeverOverflows; in willNotOverflowUnsignedMul()
H A DInstCombineCompares.cpp3438 if (OR == OverflowResult::NeverOverflows) { in foldICmpBinOpEqualityWithConstant()
5786 case OverflowResult::NeverOverflows: in OptimizeOverflowCheck()
H A DInstCombineCalls.cpp2140 case OverflowResult::NeverOverflows: in visitCallInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp644 return OverflowResult::NeverOverflows; in checkOverflow()
684 return OverflowResult::NeverOverflows; in checkOverflow()
688 return OverflowResult::NeverOverflows; in checkOverflow()
H A DNaryReassociate.cpp377 computeOverflowForSignedAdd(AO, SQ) != OverflowResult::NeverOverflows) in tryReassociateGEPAtIndex()
H A DLICM.cpp2551 llvm::OverflowResult::NeverOverflows; in hoistAdd()
2605 llvm::OverflowResult::NeverOverflows) in hoistSub()
2610 llvm::OverflowResult::NeverOverflows) in hoistSub()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h550 NeverOverflows, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1876 return OverflowResult::NeverOverflows; in unsignedAddMayOverflow()
1906 return OverflowResult::NeverOverflows; in signedAddMayOverflow()
1922 return OverflowResult::NeverOverflows; in unsignedSubMayOverflow()
1952 return OverflowResult::NeverOverflows; in signedSubMayOverflow()
1972 return OverflowResult::NeverOverflows; in unsignedMulMayOverflow()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6279 case ConstantRange::OverflowResult::NeverOverflows: in mapOverflowResult()
6280 return OverflowResult::NeverOverflows; in mapOverflowResult()
6327 return OverflowResult::NeverOverflows; in computeOverflowForSignedMul()
6342 return OverflowResult::NeverOverflows; in computeOverflowForSignedMul()
6363 return OverflowResult::NeverOverflows; in computeOverflowForSignedAdd()
6382 return OverflowResult::NeverOverflows; in computeOverflowForSignedAdd()
6411 return OverflowResult::NeverOverflows; in computeOverflowForSignedAdd()
6434 return OverflowResult::NeverOverflows; in computeOverflowForUnsignedSub()
6443 return OverflowResult::NeverOverflows; in computeOverflowForUnsignedSub()
6467 return OverflowResult::NeverOverflows; in computeOverflowForSignedSub()
[all …]
H A DStackSafetyAnalysis.cpp82 ConstantRange::OverflowResult::NeverOverflows) in addOverflowNever()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h830 NeverOverflows, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4052 case ConstantRange::OverflowResult::NeverOverflows: in mapOverflowResult()