Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSScriptGroupFusion.cpp254 const llvm::FunctionType* funcTy = inputFunction->getFunctionType(); in fuseKernels() local
255 llvm::Type* firstArgType = funcTy->getParamType(0); in fuseKernels()