Home
last modified time | relevance | path

Searched refs:WithOverflowInst (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp427 solveBlockValueOverflowIntrinsic(WithOverflowInst *WO, BasicBlock *BB);
1016 LazyValueInfoImpl::solveBlockValueOverflowIntrinsic(WithOverflowInst *WO, in solveBlockValueOverflowIntrinsic()
1067 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) in solveBlockValueExtractValue()
1249 Value *Val, WithOverflowInst *WO, bool IsTrueDest) { in getValueFromOverflowCondition()
1276 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) in getValueFromCondition()
H A DValueTracking.cpp3046 const WithOverflowInst *WO; in isKnownNonZeroFromOperator()
7159 bool llvm::isOverflowIntrinsicNoWrap(const WithOverflowInst *WO, in isOverflowIntrinsicNoWrap()
7432 const WithOverflowInst *II; in directlyImpliesPoison()
H A DScalarEvolution.cpp5334 auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand()); in MatchBinaryOp()
8415 if (!isSCEVable(I->getType()) && !isa<WithOverflowInst>(I)) in visitAndClearUsers()
9002 const WithOverflowInst *WO; in computeExitLimitFromCondImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h39 class WithOverflowInst; variable
931 bool isOverflowIntrinsicNoWrap(const WithOverflowInst *WO,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp607 static bool processOverflowIntrinsic(WithOverflowInst *WO, LazyValueInfo *LVI) { in processOverflowIntrinsic()
668 if (auto *WO = dyn_cast<WithOverflowInst>(&CB)) { in processCallSite()
H A DGVN.cpp398 WithOverflowInst *WO = dyn_cast<WithOverflowInst>(EI->getAggregateOperand()); in createExtractvalueExpr()
H A DConstraintElimination.cpp1762 if (auto *II = dyn_cast<WithOverflowInst>(Inst)) { in eliminateConstraints()
H A DNewGVN.cpp1833 auto *WO = dyn_cast<WithOverflowInst>(EI->getAggregateOperand()); in performSymbolicAggrValueEvaluation()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp635 const WithOverflowInst *WO, unsigned Idx);
1309 const WithOverflowInst *WO, in handleExtractOfWithOverflow()
1353 if (auto *WO = dyn_cast<WithOverflowInst>(AggVal)) in visitExtractValueInst()
H A DSimplifyIndVar.cpp94 bool eliminateOverflowIntrinsic(WithOverflowInst *WO);
415 bool SimplifyIndvar::eliminateOverflowIntrinsic(WithOverflowInst *WO) { in eliminateOverflowIntrinsic()
611 if (auto *WO = dyn_cast<WithOverflowInst>(UseInst)) in eliminateIVUser()
H A DLocal.cpp3426 WithOverflowInst *UnusedWO; in patchReplacementInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h822 inline bind_ty<WithOverflowInst> m_WithOverflowInst(WithOverflowInst *&I) { in m_WithOverflowInst()
825 inline bind_ty<const WithOverflowInst>
826 m_WithOverflowInst(const WithOverflowInst *&I) { in m_WithOverflowInst()
H A DIntrinsicInst.h917 class WithOverflowInst : public BinaryOpIntrinsic {
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp824 WithOverflowInst *WO = cast<WithOverflowInst>(II); in foldIntrinsicWithOverflowCommon()
H A DInstCombineSelect.cpp2104 WithOverflowInst *II; in foldOverflowingAddSubSelect()
H A DInstructionCombining.cpp3874 auto *WO = dyn_cast<WithOverflowInst>(EV.getAggregateOperand()); in foldExtractOfOverflowIntrinsic()
H A DInstCombineAndOrXor.cpp3909 const WithOverflowInst *WO; in visitOr()