Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Conversion/LLVMCommon/
H A DTypeConverter.h140 Type convertFunctionType(FunctionType type);
/llvm-project-15.0.7/mlir/lib/Conversion/LLVMCommon/
H A DTypeConverter.cpp33 addConversion([&](FunctionType type) { return convertFunctionType(type); }); in LLVMTypeConverter()
198 Type LLVMTypeConverter::convertFunctionType(FunctionType type) { in convertFunctionType() function in LLVMTypeConverter