Home
last modified time | relevance | path

Searched refs:OAI (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1292 Function::arg_iterator OAI = OutputArgBegin; in emitCallAndSwitchStatement() local
1313 assert(OAI != newFunction->arg_end() && in emitCallAndSwitchStatement()
1321 StructArgTy, &*OAI, Idx, "gep_" + outputs[i]->getName(), in emitCallAndSwitchStatement()
1328 new StoreInst(outputs[i], &*OAI, InsertBefore); in emitCallAndSwitchStatement()
1329 ++OAI; in emitCallAndSwitchStatement()