Searched refs:inputTys (Results 1 – 1 of 1) sorted by relevance
50 llvm::SmallVector<mlir::Type> inputTys; in getProcedureDesignatorType() local57 auto untypedFunc = mlir::FunctionType::get(context, inputTys, resultTys); in getProcedureDesignatorType()1067 llvm::SmallVector<mlir::Type> inputTys; in genFunctionType() local1071 inputTys.emplace_back(placeHolder.type); in genFunctionType()1072 return mlir::FunctionType::get(&converter.getMLIRContext(), inputTys, in genFunctionType()