Searched refs:WithOverflowInst (Results 1 – 13 of 13) sorted by relevance
38 class WithOverflowInst; variable543 bool isOverflowIntrinsicNoWrap(const WithOverflowInst *WO,
424 WithOverflowInst *WO, BasicBlock *BB);981 LazyValueInfoImpl::solveBlockValueOverflowIntrinsic(WithOverflowInst *WO, in solveBlockValueOverflowIntrinsic()1011 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) in solveBlockValueExtractValue()1135 Value *Val, WithOverflowInst *WO, bool IsTrueDest) { in getValueFromOverflowCondition()1164 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) in getValueFromConditionImpl()
4875 bool llvm::isOverflowIntrinsicNoWrap(const WithOverflowInst *WO, in isOverflowIntrinsicNoWrap()5068 const WithOverflowInst *II; in directlyImpliesPoison()
4845 auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand()); in MatchBinaryOp()
522 static bool processOverflowIntrinsic(WithOverflowInst *WO, LazyValueInfo *LVI) { in processOverflowIntrinsic()579 if (auto *WO = dyn_cast<WithOverflowInst>(&CB)) { in processCallSite()
359 WithOverflowInst *WO = dyn_cast<WithOverflowInst>(EI->getAggregateOperand()); in createExtractvalueExpr()
1790 auto *WO = dyn_cast<WithOverflowInst>(EI->getAggregateOperand()); in performSymbolicAggrValueEvaluation()
85 bool eliminateOverflowIntrinsic(WithOverflowInst *WO);425 bool SimplifyIndvar::eliminateOverflowIntrinsic(WithOverflowInst *WO) { in eliminateOverflowIntrinsic()618 if (auto *WO = dyn_cast<WithOverflowInst>(UseInst)) in eliminateIVUser()
754 inline bind_ty<WithOverflowInst> m_WithOverflowInst(WithOverflowInst *&I) { return I; } in m_WithOverflowInst()755 inline bind_ty<const WithOverflowInst>756 m_WithOverflowInst(const WithOverflowInst *&I) { in m_WithOverflowInst()
567 class WithOverflowInst : public BinaryOpIntrinsic {
735 WithOverflowInst *WO = cast<WithOverflowInst>(II); in foldIntrinsicWithOverflowCommon()
3117 if (WithOverflowInst *WO = dyn_cast<WithOverflowInst>(Agg)) { in visitExtractValueInst()
1801 WithOverflowInst *II; in foldOverflowingAddSubSelect()