|
MLIR 23.0.0git
|
Support for translating LLVM IR types to MLIR LLVM dialect types. More...
Public Member Functions | |
| TypeFromLLVMIRTranslatorImpl (MLIRContext &context, bool importStructsAsLiterals) | |
| Constructs a class creating types in the given MLIR context. | |
| Type | translateType (llvm::Type *type) |
| Translates the given type. | |
Support for translating LLVM IR types to MLIR LLVM dialect types.
Definition at line 24 of file TypeFromLLVM.cpp.
|
inline |
Constructs a class creating types in the given MLIR context.
Definition at line 27 of file TypeFromLLVM.cpp.
|
inline |
Translates the given type.
Definition at line 32 of file TypeFromLLVM.cpp.