Searched refs:funcTy (Results 1 – 3 of 3) sorted by relevance
254 const llvm::FunctionType* funcTy = inputFunction->getFunctionType(); in fuseKernels() local255 llvm::Type* firstArgType = funcTy->getParamType(0); in fuseKernels()
830 TypeFunctionInst *funcTy = mBuilder->MakeTypeFunction(retType); in getFunctionType() local832 funcTy->mOperand2.push_back(argType[i]); in getFunctionType()834 return funcTy; in getFunctionType()
186 size_t getSize(TypeFunctionInst *funcTy);