MLIR
20.0.0git
|
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... | |
Support for translating LLVM IR types to MLIR LLVM dialect types.
Definition at line 25 of file TypeFromLLVM.cpp.
|
inline |
Constructs a class creating types in the given MLIR context.
Definition at line 28 of file TypeFromLLVM.cpp.
|
inline |
Translates the given type.
Definition at line 31 of file TypeFromLLVM.cpp.