Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1338 Function::arg_iterator AggOutputArgBegin = newFunction->arg_begin(); in emitCallAndSwitchStatement() local
1339 std::advance(AggOutputArgBegin, ScalarInputArgNo + ScalarOutputArgNo); in emitCallAndSwitchStatement()
1363 assert(AggOutputArgBegin != newFunction->arg_end() && in emitCallAndSwitchStatement()
1370 StructArgTy, &*AggOutputArgBegin, Idx, "gep_" + outputs[i]->getName(), in emitCallAndSwitchStatement()