Searched refs:InstOp (Results 1 – 3 of 3) sorted by relevance
5722 if (auto *InstOp = dyn_cast<Instruction>(Op)) in setCostBasedWideningDecision() local5723 if ((InstOp->getParent() == I->getParent()) && !isa<PHINode>(InstOp) && in setCostBasedWideningDecision()5724 AddrDefs.insert(InstOp).second) in setCostBasedWideningDecision()5725 Worklist.push_back(InstOp); in setCostBasedWideningDecision()
208 if (auto *InstOp = dyn_cast<Instruction>(Op)) { in FindSCC() local210 FindSCC(InstOp); in FindSCC()
4343 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()