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