Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DValueTracking.h36 class WithOverflowInst; variable
554 bool isOverflowIntrinsicNoWrap(const WithOverflowInst *WO,
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLazyValueInfo.cpp426 solveBlockValueOverflowIntrinsic(WithOverflowInst *WO, BasicBlock *BB);
983 LazyValueInfoImpl::solveBlockValueOverflowIntrinsic(WithOverflowInst *WO, in solveBlockValueOverflowIntrinsic()
1014 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) in solveBlockValueExtractValue()
1150 Value *Val, WithOverflowInst *WO, bool IsTrueDest) { in getValueFromOverflowCondition()
1184 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) in getValueFromConditionImpl()
H A DValueTracking.cpp5157 bool llvm::isOverflowIntrinsicNoWrap(const WithOverflowInst *WO, in isOverflowIntrinsicNoWrap()
5413 const WithOverflowInst *II; in directlyImpliesPoison()
H A DScalarEvolution.cpp5288 auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand()); in MatchBinaryOp()
8994 const WithOverflowInst *WO; in computeExitLimitFromCondImpl()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp505 const WithOverflowInst *WO, unsigned Idx);
1117 const WithOverflowInst *WO, in handleExtractOfWithOverflow()
1161 if (auto *WO = dyn_cast<WithOverflowInst>(AggVal)) in visitExtractValueInst()
H A DSimplifyIndVar.cpp84 bool eliminateOverflowIntrinsic(WithOverflowInst *WO);
398 bool SimplifyIndvar::eliminateOverflowIntrinsic(WithOverflowInst *WO) { in eliminateOverflowIntrinsic()
591 if (auto *WO = dyn_cast<WithOverflowInst>(UseInst)) in eliminateIVUser()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp572 static bool processOverflowIntrinsic(WithOverflowInst *WO, LazyValueInfo *LVI) { in processOverflowIntrinsic()
629 if (auto *WO = dyn_cast<WithOverflowInst>(&CB)) { in processCallSite()
H A DConstraintElimination.cpp1012 if (auto *II = dyn_cast<WithOverflowInst>(CB.Inst)) { in eliminateConstraints()
H A DGVN.cpp390 WithOverflowInst *WO = dyn_cast<WithOverflowInst>(EI->getAggregateOperand()); in createExtractvalueExpr()
H A DNewGVN.cpp1820 auto *WO = dyn_cast<WithOverflowInst>(EI->getAggregateOperand()); in performSymbolicAggrValueEvaluation()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DPatternMatch.h722 inline bind_ty<WithOverflowInst> m_WithOverflowInst(WithOverflowInst *&I) { in m_WithOverflowInst()
725 inline bind_ty<const WithOverflowInst>
726 m_WithOverflowInst(const WithOverflowInst *&I) { in m_WithOverflowInst()
H A DIntrinsicInst.h770 class WithOverflowInst : public BinaryOpIntrinsic {
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp824 WithOverflowInst *WO = cast<WithOverflowInst>(II); in foldIntrinsicWithOverflowCommon()
H A DInstCombineSelect.cpp1901 WithOverflowInst *II; in foldOverflowingAddSubSelect()
H A DInstructionCombining.cpp3276 auto *WO = dyn_cast<WithOverflowInst>(EV.getAggregateOperand()); in foldExtractOfOverflowIntrinsic()