Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Conversion/StandardToLLVM/
DConvertStandardToLLVM.h145 Type convertFunctionType(FunctionType type);
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp115 addConversion([&](FunctionType type) { return convertFunctionType(type); }); in LLVMTypeConverter()
214 Type LLVMTypeConverter::convertFunctionType(FunctionType type) { in convertFunctionType() function in LLVMTypeConverter