Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp548 Function::arg_iterator OAI = OutputArgBegin; in emitCallAndSwitchStatement() local
599 StructArgTy, &*OAI, Idx, "gep_" + outputs[out]->getName(), in emitCallAndSwitchStatement()
603 new StoreInst(outputs[out], &*OAI, NTRet); in emitCallAndSwitchStatement()
607 if (!AggregateArgs) ++OAI; in emitCallAndSwitchStatement()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DCodeExtractor.cpp515 Function::arg_iterator OAI = OutputArgBegin; in emitCallAndSwitchStatement() local
563 GetElementPtrInst::Create(OAI, Idx, in emitCallAndSwitchStatement()
568 new StoreInst(outputs[out], OAI, NTRet); in emitCallAndSwitchStatement()
572 if (!AggregateArgs) ++OAI; in emitCallAndSwitchStatement()