Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1294 Function::arg_iterator OAI = OutputArgBegin; in emitCallAndSwitchStatement() local
1315 assert(OAI != newFunction->arg_end() && in emitCallAndSwitchStatement()
1323 StructArgTy, &*OAI, Idx, "gep_" + outputs[i]->getName(), in emitCallAndSwitchStatement()
1330 new StoreInst(outputs[i], &*OAI, InsertBefore); in emitCallAndSwitchStatement()
1331 ++OAI; in emitCallAndSwitchStatement()