Home
last modified time | relevance | path

Searched defs:WO (Results 1 – 12 of 12) sorted by relevance

/llvm-project/libcxx/test/std/language.support/cmp/cmp.common/
H A Dcommon_comparison_category.pass.cpp38 using WO = std::weak_ordering; in main() typedef
/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1011 LazyValueInfoImpl::solveBlockValueOverflowIntrinsic(WithOverflowInst *WO, in solveBlockValueOverflowIntrinsic() argument
1044 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) solveBlockValueExtractValue() local
1226 getValueFromOverflowCondition(Value * Val,WithOverflowInst * WO,bool IsTrueDest) getValueFromOverflowCondition() argument
1253 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) getValueFromCondition() local
[all...]
H A DValueTracking.cpp2968 const WithOverflowInst *WO; isKnownNonZeroFromOperator() local
6990 isOverflowIntrinsicNoWrap(const WithOverflowInst * WO,const DominatorTree & DT) isOverflowIntrinsicNoWrap() argument
[all...]
H A DScalarEvolution.cpp5334 auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand()); MatchBinaryOp() local
9002 const WithOverflowInst *WO; computeExitLimitFromCondImpl() local
[all...]
/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp608 processOverflowIntrinsic(WithOverflowInst * WO,LazyValueInfo * LVI) processOverflowIntrinsic() argument
670 if (auto *WO = dyn_cast<WithOverflowInst>(&CB)) { processCallSite() local
[all...]
H A DGVN.cpp398 WithOverflowInst *WO = dyn_cast<WithOverflowInst>(EI->getAggregateOperand()); createExtractvalueExpr() local
H A DNewGVN.cpp1829 auto *WO = dyn_cast<WithOverflowInst>(EI->getAggregateOperand()); performSymbolicAggrValueEvaluation() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1314 handleExtractOfWithOverflow(ExtractValueInst & EVI,const WithOverflowInst * WO,unsigned Idx) handleExtractOfWithOverflow() argument
1358 if (auto *WO = dyn_cast<WithOverflowInst>(AggVal)) visitExtractValueInst() local
H A DSimplifyIndVar.cpp415 bool SimplifyIndvar::eliminateOverflowIntrinsic(WithOverflowInst *WO) { in eliminateOverflowIntrinsic() argument
609 if (auto *WO = dyn_cast<WithOverflowInst>(UseInst)) eliminateIVUser() local
[all...]
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp824 WithOverflowInst *WO = cast<WithOverflowInst>(II); foldIntrinsicWithOverflowCommon() local
[all...]
H A DInstructionCombining.cpp3874 auto *WO = dyn_cast<WithOverflowInst>(EV.getAggregateOperand()); foldExtractOfOverflowIntrinsic() local
[all...]
H A DInstCombineAndOrXor.cpp3856 const WithOverflowInst *WO; visitOr() local