Searched defs:WO (Results 1 – 14 of 14) sorted by relevance
94 #define WO global() macro
1016 LazyValueInfoImpl::solveBlockValueOverflowIntrinsic(WithOverflowInst *WO, in solveBlockValueOverflowIntrinsic()1067 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) in solveBlockValueExtractValue() local1249 Value *Val, WithOverflowInst *WO, bool IsTrueDest) { in getValueFromOverflowCondition()1276 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) in getValueFromCondition() local
3046 const WithOverflowInst *WO; in isKnownNonZeroFromOperator() local7159 bool llvm::isOverflowIntrinsicNoWrap(const WithOverflowInst *WO, in isOverflowIntrinsicNoWrap()
5334 auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand()); in MatchBinaryOp() local9004 const WithOverflowInst *WO; in computeExitLimitFromCondImpl() local
66 WO = 0x02, enumerator
607 static bool processOverflowIntrinsic(WithOverflowInst *WO, LazyValueInfo *LVI) { in processOverflowIntrinsic()668 if (auto *WO = dyn_cast<WithOverflowInst>(&CB)) { in processCallSite() local
398 WithOverflowInst *WO = dyn_cast<WithOverflowInst>(EI->getAggregateOperand()); in createExtractvalueExpr() local
1833 auto *WO = dyn_cast<WithOverflowInst>(EI->getAggregateOperand()); in performSymbolicAggrValueEvaluation() local
415 bool SimplifyIndvar::eliminateOverflowIntrinsic(WithOverflowInst *WO) { in eliminateOverflowIntrinsic()611 if (auto *WO = dyn_cast<WithOverflowInst>(UseInst)) in eliminateIVUser() local
1309 const WithOverflowInst *WO, in handleExtractOfWithOverflow()1353 if (auto *WO = dyn_cast<WithOverflowInst>(AggVal)) in visitExtractValueInst() local
826 WithOverflowInst *WO = cast<WithOverflowInst>(II); in foldIntrinsicWithOverflowCommon() local
3909 const WithOverflowInst *WO; in visitOr() local
3874 auto *WO = dyn_cast<WithOverflowInst>(EV.getAggregateOperand()); in foldExtractOfOverflowIntrinsic() local
33 #define WO(_f) ((_f##_OFFSET) >> 2) macro