Home
last modified time | relevance | path

Searched refs:InstOp (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5722 if (auto *InstOp = dyn_cast<Instruction>(Op)) in setCostBasedWideningDecision() local
5723 if ((InstOp->getParent() == I->getParent()) && !isa<PHINode>(InstOp) && in setCostBasedWideningDecision()
5724 AddrDefs.insert(InstOp).second) in setCostBasedWideningDecision()
5725 Worklist.push_back(InstOp); in setCostBasedWideningDecision()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp208 if (auto *InstOp = dyn_cast<Instruction>(Op)) { in FindSCC() local
210 FindSCC(InstOp); in FindSCC()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4343 for (Value *InstOp : I->operands()) { in simplifyWithOpsReplaced()
4345 InstOp, Ops, Q, AllowRefinement, DropFlags, MaxRecurse)) { in simplifyWithOpsReplaced()
4347 AnyReplaced = InstOp != NewInstOp; in simplifyWithOpsReplaced()
4349 NewOps.push_back(InstOp); in simplifyWithOpsReplaced()