Searched refs:OutI (Results 1 – 1 of 1) sorted by relevance
1294 auto *OutI = dyn_cast<Instruction>(outputs[i]); in emitCallAndSwitchStatement() local1295 if (!OutI) in emitCallAndSwitchStatement()1302 if (auto *InvokeI = dyn_cast<InvokeInst>(OutI)) in emitCallAndSwitchStatement()1304 else if (auto *Phi = dyn_cast<PHINode>(OutI)) in emitCallAndSwitchStatement()1307 InsertPt = std::next(OutI->getIterator()); in emitCallAndSwitchStatement()