Searched refs:IncomingInst (Results 1 – 2 of 2) sorted by relevance
2280 if (auto *IncomingInst = dyn_cast<Instruction>(IncomingV)) in VisitPHI() local2281 if (auto MaybeIP = IncomingInst->getInsertionPointAfterDef()) in VisitPHI()
6012 auto *IncomingInst = dyn_cast<BinaryOperator>(Incoming); in createNodeForPHIWithIdenticalOperands() local6013 if (!IncomingInst) in createNodeForPHIWithIdenticalOperands()6016 if (!CommonInst->isIdenticalToWhenDefined(IncomingInst)) in createNodeForPHIWithIdenticalOperands()6020 CommonInst = IncomingInst; in createNodeForPHIWithIdenticalOperands()