Searched refs:OutI (Results 1 – 1 of 1) sorted by relevance
1362 auto *OutI = dyn_cast<Instruction>(outputs[i]); in emitCallAndSwitchStatement() local1363 if (!OutI) in emitCallAndSwitchStatement()1370 if (auto *InvokeI = dyn_cast<InvokeInst>(OutI)) in emitCallAndSwitchStatement()1372 else if (auto *Phi = dyn_cast<PHINode>(OutI)) in emitCallAndSwitchStatement()1375 InsertPt = std::next(OutI->getIterator()); in emitCallAndSwitchStatement()