Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1357 Function::arg_iterator AggOutputArgBegin = newFunction->arg_begin(); in emitCallAndSwitchStatement() local
1358 std::advance(AggOutputArgBegin, ScalarInputArgNo + ScalarOutputArgNo); in emitCallAndSwitchStatement()
1381 assert(AggOutputArgBegin != newFunction->arg_end() && in emitCallAndSwitchStatement()
1388 StructArgTy, &*AggOutputArgBegin, Idx, "gep_" + outputs[i]->getName(), in emitCallAndSwitchStatement()