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

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

Public Member Functions

 TypeToLLVMIRTranslatorImpl (llvm::LLVMContext &context)
 Constructs a class creating types in the given LLVM context. More...
 
llvm::Type * translateType (Type type)
 Translates a single type. More...
 

Detailed Description

Support for translating MLIR LLVM dialect types to LLVM IR.

Definition at line 25 of file TypeToLLVM.cpp.

Constructor & Destructor Documentation

◆ TypeToLLVMIRTranslatorImpl()

mlir::LLVM::detail::TypeToLLVMIRTranslatorImpl::TypeToLLVMIRTranslatorImpl ( llvm::LLVMContext &  context)
inline

Constructs a class creating types in the given LLVM context.

Definition at line 28 of file TypeToLLVM.cpp.

Member Function Documentation

◆ translateType()

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

Translates a single type.

Definition at line 31 of file TypeToLLVM.cpp.


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