Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSScriptGroupFusion.cpp172 const Function* lastF = getFunction(M, sources.back(), slots.back(), nullptr); in getFusedFuncType() local
174 bccAssert (lastF != nullptr); in getFusedFuncType()
176 llvm::Type* retTy = lastF->getReturnType(); in getFusedFuncType()