Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h36 class WithOverflowInst; variable
658 LLVM_ABI bool isOverflowIntrinsicNoWrap(const WithOverflowInst *WO,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp373 solveBlockValueOverflowIntrinsic(WithOverflowInst *WO, BasicBlock *BB);
1023 LazyValueInfoImpl::solveBlockValueOverflowIntrinsic(WithOverflowInst *WO, in solveBlockValueOverflowIntrinsic()
1081 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) in solveBlockValueExtractValue()
1322 Value *Val, WithOverflowInst *WO, bool IsTrueDest) { in getValueFromOverflowCondition()
1352 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) in getValueFromCondition()
H A DValueTracking.cpp3273 const WithOverflowInst *WO; in isKnownNonZeroFromOperator()
7269 bool llvm::isOverflowIntrinsicNoWrap(const WithOverflowInst *WO, in isOverflowIntrinsicNoWrap()
7536 const WithOverflowInst *II; in directlyImpliesPoison()
H A DScalarEvolution.cpp5300 auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand()); in MatchBinaryOp()
8458 if (!isSCEVable(I->getType()) && !isa<WithOverflowInst>(I)) in visitAndClearUsers()
9040 const WithOverflowInst *WO; in computeExitLimitFromCondImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp629 static bool processOverflowIntrinsic(WithOverflowInst *WO, LazyValueInfo *LVI) { in processOverflowIntrinsic()
690 if (auto *WO = dyn_cast<WithOverflowInst>(&CB)) { in processCallSite()
H A DGVN.cpp405 WithOverflowInst *WO = dyn_cast<WithOverflowInst>(EI->getAggregateOperand()); in createExtractvalueExpr()
H A DConstraintElimination.cpp1873 if (auto *II = dyn_cast<WithOverflowInst>(Inst)) { in eliminateConstraints()
H A DNewGVN.cpp1874 auto *WO = dyn_cast<WithOverflowInst>(EI->getAggregateOperand()); in performSymbolicAggrValueEvaluation()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp676 const WithOverflowInst *WO, unsigned Idx);
1409 const WithOverflowInst *WO, in handleExtractOfWithOverflow()
1453 if (auto *WO = dyn_cast<WithOverflowInst>(AggVal)) in visitExtractValueInst()
H A DSimplifyIndVar.cpp94 bool eliminateOverflowIntrinsic(WithOverflowInst *WO);
417 bool SimplifyIndvar::eliminateOverflowIntrinsic(WithOverflowInst *WO) { in eliminateOverflowIntrinsic()
613 if (auto *WO = dyn_cast<WithOverflowInst>(UseInst)) in eliminateIVUser()
H A DLocal.cpp3510 WithOverflowInst *UnusedWO; in patchReplacementInstruction()
H A DSimplifyCFG.cpp475 WithOverflowInst *OverflowInst; in dominatesMergePoint()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h836 inline bind_ty<WithOverflowInst> m_WithOverflowInst(WithOverflowInst *&I) { in m_WithOverflowInst()
839 inline bind_ty<const WithOverflowInst>
840 m_WithOverflowInst(const WithOverflowInst *&I) { in m_WithOverflowInst()
H A DIntrinsicInst.h930 class WithOverflowInst : public BinaryOpIntrinsic {
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp852 WithOverflowInst *WO = cast<WithOverflowInst>(II); in foldIntrinsicWithOverflowCommon()
H A DInstCombineSelect.cpp2158 WithOverflowInst *II; in foldOverflowingAddSubSelect()
H A DInstructionCombining.cpp4264 auto *WO = dyn_cast<WithOverflowInst>(EV.getAggregateOperand()); in foldExtractOfOverflowIntrinsic()
H A DInstCombineAndOrXor.cpp4151 const WithOverflowInst *WO; in visitOr()