Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DValueTracking.h37 class WithOverflowInst; variable
564 bool isOverflowIntrinsicNoWrap(const WithOverflowInst *WO,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLazyValueInfo.cpp424 WithOverflowInst *WO, BasicBlock *BB);
979 LazyValueInfoImpl::solveBlockValueOverflowIntrinsic(WithOverflowInst *WO, in solveBlockValueOverflowIntrinsic()
1009 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) in solveBlockValueExtractValue()
1145 Value *Val, WithOverflowInst *WO, bool IsTrueDest) { in getValueFromOverflowCondition()
1174 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) in getValueFromConditionImpl()
H A DValueTracking.cpp5047 bool llvm::isOverflowIntrinsicNoWrap(const WithOverflowInst *WO, in isOverflowIntrinsicNoWrap()
5231 const WithOverflowInst *II; in directlyImpliesPoison()
H A DScalarEvolution.cpp5140 auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand()); in MatchBinaryOp()
8739 const WithOverflowInst *WO; in computeExitLimitFromCondImpl()
/llvm-project-15.0.7/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.cpp738 if (auto *II = dyn_cast<WithOverflowInst>(&I)) { in eliminateConstraints()
H A DGVN.cpp379 WithOverflowInst *WO = dyn_cast<WithOverflowInst>(EI->getAggregateOperand()); in createExtractvalueExpr()
H A DNewGVN.cpp1813 auto *WO = dyn_cast<WithOverflowInst>(EI->getAggregateOperand()); in performSymbolicAggrValueEvaluation()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp84 bool eliminateOverflowIntrinsic(WithOverflowInst *WO);
428 bool SimplifyIndvar::eliminateOverflowIntrinsic(WithOverflowInst *WO) { in eliminateOverflowIntrinsic()
621 if (auto *WO = dyn_cast<WithOverflowInst>(UseInst)) in eliminateIVUser()
/llvm-project-15.0.7/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.h681 class WithOverflowInst : public BinaryOpIntrinsic {
/llvm-project-15.0.7/llvm/unittests/IR/
H A DPatternMatch.cpp1299 TEST_F(PatternMatchTest, WithOverflowInst) { in TEST_F() argument
1312 WithOverflowInst *WOI; in TEST_F()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp806 WithOverflowInst *WO = cast<WithOverflowInst>(II); in foldIntrinsicWithOverflowCommon()
H A DInstructionCombining.cpp3311 if (WithOverflowInst *WO = dyn_cast<WithOverflowInst>(Agg)) { in visitExtractValueInst()
H A DInstCombineSelect.cpp1843 WithOverflowInst *II; in foldOverflowingAddSubSelect()