MLIR  19.0.0git
Public Member Functions | List of all members
mlir::LLVM::detail::TypeFromLLVMIRTranslatorImpl Class Reference

Support for translating LLVM IR types to MLIR LLVM dialect types. More...

Public Member Functions

 TypeFromLLVMIRTranslatorImpl (MLIRContext &context)
 Constructs a class creating types in the given MLIR context. More...
 
Type translateType (llvm::Type *type)
 Translates the given type. More...
 

Detailed Description

Support for translating LLVM IR types to MLIR LLVM dialect types.

Definition at line 25 of file TypeFromLLVM.cpp.

Constructor & Destructor Documentation

◆ TypeFromLLVMIRTranslatorImpl()

mlir::LLVM::detail::TypeFromLLVMIRTranslatorImpl::TypeFromLLVMIRTranslatorImpl ( MLIRContext context)
inline

Constructs a class creating types in the given MLIR context.

Definition at line 28 of file TypeFromLLVM.cpp.

Member Function Documentation

◆ translateType()

Type mlir::LLVM::detail::TypeFromLLVMIRTranslatorImpl::translateType ( llvm::Type *  type)
inline

Translates the given type.

Definition at line 31 of file TypeFromLLVM.cpp.


The documentation for this class was generated from the following file: