MLIR 22.0.0git
TypeConverter.h File Reference

Go to the source code of this file.

Classes

class  mlir::LLVMTypeConverter
 Conversion from types to the LLVM IR dialect. More...

Namespaces

namespace  mlir
 Include the generated interface declarations.
namespace  mlir::LLVM

Functions

LogicalResult mlir::structFuncArgTypeConverter (const LLVMTypeConverter &converter, Type type, SmallVectorImpl< Type > &result)
 Callback to convert function argument types.
LogicalResult mlir::barePtrFuncArgTypeConverter (const LLVMTypeConverter &converter, Type type, SmallVectorImpl< Type > &result)
 Callback to convert function argument types.