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

/frameworks/compile/libbcc/lib/
H A DRSScriptGroupFusion.cpp254 const llvm::FunctionType* funcTy = inputFunction->getFunctionType(); local
255 llvm::Type* firstArgType = funcTy->getParamType(0);
/frameworks/rs/rsov/compiler/spirit/
H A Dmodule.cpp830 TypeFunctionInst *funcTy = mBuilder->MakeTypeFunction(retType);
832 funcTy->mOperand2.push_back(argType[i]);
834 return funcTy;
H A Dmodule.h186 size_t getSize(TypeFunctionInst *funcTy);

Completed in 104 milliseconds