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.cpp6122 if (auto *InstOp = dyn_cast<Instruction>(Op)) in setCostBasedWideningDecision() local
6123 if ((InstOp->getParent() == I->getParent()) && !isa<PHINode>(InstOp) && in setCostBasedWideningDecision()
6124 AddrDefs.insert(InstOp).second) in setCostBasedWideningDecision()
6125 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.cpp4348 for (Value *InstOp : I->operands()) { in simplifyWithOpReplaced()
4350 InstOp, Op, RepOp, Q, AllowRefinement, DropFlags, MaxRecurse)) { in simplifyWithOpReplaced()
4352 AnyReplaced = InstOp != NewInstOp; in simplifyWithOpReplaced()
4354 NewOps.push_back(InstOp); in simplifyWithOpReplaced()