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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1234 Function::arg_iterator OAI = OutputArgBegin; local
1255 assert(OAI != newFunction->arg_end() &&
1263 StructArgTy, &*OAI, Idx, "gep_" + outputs[i]->getName(),
1267 // all the output values, we shouldn't increment OAI, which always
1270 new StoreInst(outputs[i], &*OAI, InsertBefore);
1271 ++OAI;

Completed in 113 milliseconds