|
MLIR 23.0.0git
|
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. | |
| llvm::Type * | translateType (Type type) |
| Translates a single type. | |
Support for translating MLIR LLVM dialect types to LLVM IR.
Definition at line 25 of file TypeToLLVM.cpp.
|
inline |
Constructs a class creating types in the given LLVM context.
Definition at line 28 of file TypeToLLVM.cpp.
|
inline |
Translates a single type.
Definition at line 31 of file TypeToLLVM.cpp.