Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DCallInterface.cpp50 llvm::SmallVector<mlir::Type> inputTys; in getProcedureDesignatorType() local
57 auto untypedFunc = mlir::FunctionType::get(context, inputTys, resultTys); in getProcedureDesignatorType()
1067 llvm::SmallVector<mlir::Type> inputTys; in genFunctionType() local
1071 inputTys.emplace_back(placeHolder.type); in genFunctionType()
1072 return mlir::FunctionType::get(&converter.getMLIRContext(), inputTys, in genFunctionType()