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

/external/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp561 Function::arg_iterator OAI = OutputArgBegin; local
609 GetElementPtrInst::Create(OAI, Idx,
614 new StoreInst(outputs[out], OAI, NTRet);
618 if (!AggregateArgs) ++OAI;

Completed in 42 milliseconds