Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h38 class WithOverflowInst; variable
543 bool isOverflowIntrinsicNoWrap(const WithOverflowInst *WO,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp424 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()
H A DValueTracking.cpp4875 bool llvm::isOverflowIntrinsicNoWrap(const WithOverflowInst *WO, in isOverflowIntrinsicNoWrap()
5068 const WithOverflowInst *II; in directlyImpliesPoison()
H A DScalarEvolution.cpp4845 auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand()); in MatchBinaryOp()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp522 static bool processOverflowIntrinsic(WithOverflowInst *WO, LazyValueInfo *LVI) { in processOverflowIntrinsic()
579 if (auto *WO = dyn_cast<WithOverflowInst>(&CB)) { in processCallSite()
H A DGVN.cpp359 WithOverflowInst *WO = dyn_cast<WithOverflowInst>(EI->getAggregateOperand()); in createExtractvalueExpr()
H A DNewGVN.cpp1790 auto *WO = dyn_cast<WithOverflowInst>(EI->getAggregateOperand()); in performSymbolicAggrValueEvaluation()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp85 bool eliminateOverflowIntrinsic(WithOverflowInst *WO);
425 bool SimplifyIndvar::eliminateOverflowIntrinsic(WithOverflowInst *WO) { in eliminateOverflowIntrinsic()
618 if (auto *WO = dyn_cast<WithOverflowInst>(UseInst)) in eliminateIVUser()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h754 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()
H A DIntrinsicInst.h567 class WithOverflowInst : public BinaryOpIntrinsic {
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp735 WithOverflowInst *WO = cast<WithOverflowInst>(II); in foldIntrinsicWithOverflowCommon()
H A DInstructionCombining.cpp3117 if (WithOverflowInst *WO = dyn_cast<WithOverflowInst>(Agg)) { in visitExtractValueInst()
H A DInstCombineSelect.cpp1801 WithOverflowInst *II; in foldOverflowingAddSubSelect()