Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/
DRSScriptGroupFusion.cpp144 const Function* firstF = getFunction(M, sources.front(), slots.front(), nullptr); in getFusedFuncType() local
146 bccAssert (firstF != nullptr); in getFusedFuncType()
151 ArgTys.push_back(firstF->arg_begin()->getType()); in getFusedFuncType()