Searched defs:getFunctionType (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/rsov/compiler/spirit/
H A Dmodule.cpp316 TypeFunctionInst *Module::getFunctionType(Instruction *retType, function in class:android::spirit::Module
319 return getGlobalSection()->getFunctionType(retType, argType, numArg);
323 Module::getFunctionType(Instruction *retType, function in class:android::spirit::Module
325 return getGlobalSection()->getFunctionType(retType, argTypes.data(),
813 TypeFunctionInst *GlobalSection::getFunctionType(Instruction *retType,

Completed in 58 milliseconds