Searched refs:IncomingInst (Results 1 – 1 of 1) sorted by relevance
2445 if (auto *IncomingInst = dyn_cast<Instruction>(U.get())) { in getIncomingStmtFor() local2446 if (IncomingInst->getParent() == IncomingBB) { in getIncomingStmtFor()2447 if (ScopStmt *IncomingStmt = getStmtFor(IncomingInst)) in getIncomingStmtFor()