Searched refs:OutI (Results 1 – 1 of 1) sorted by relevance
1343 auto *OutI = dyn_cast<Instruction>(outputs[i]); in emitCallAndSwitchStatement() local1344 if (!OutI) in emitCallAndSwitchStatement()1351 if (auto *InvokeI = dyn_cast<InvokeInst>(OutI)) in emitCallAndSwitchStatement()1353 else if (auto *Phi = dyn_cast<PHINode>(OutI)) in emitCallAndSwitchStatement()1356 InsertPt = std::next(OutI->getIterator()); in emitCallAndSwitchStatement()