My Project
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
mlir::detail::ComplexTypeStorage Struct Reference

Complex Type Storage. More...

#include <TypeDetail.h>

Inheritance diagram for mlir::detail::ComplexTypeStorage:
Inheritance graph
[legend]
Collaboration diagram for mlir::detail::ComplexTypeStorage:
Collaboration graph
[legend]

Public Types

using KeyTy = Type
 The hash key used for uniquing. More...
 

Public Member Functions

 ComplexTypeStorage (Type elementType)
 
bool operator== (const KeyTy &key) const
 
- Public Member Functions inherited from mlir::TypeStorage
DialectgetDialect ()
 Get the dialect that this type is registered to. More...
 
unsigned getSubclassData () const
 Get the subclass data. More...
 
void setSubclassData (unsigned val)
 Set the subclass data. More...
 
- Public Member Functions inherited from mlir::StorageUniquer::BaseStorage
unsigned getKind () const
 Get the kind classification of this storage. More...
 

Static Public Member Functions

static ComplexTypeStorageconstruct (TypeStorageAllocator &allocator, Type elementType)
 Construction. More...
 

Public Attributes

Type elementType
 

Additional Inherited Members

- Protected Member Functions inherited from mlir::TypeStorage
 TypeStorage (unsigned subclassData=0)
 
- Protected Member Functions inherited from mlir::StorageUniquer::BaseStorage
 BaseStorage ()
 

Detailed Description

Complex Type Storage.

Member Typedef Documentation

◆ KeyTy

The hash key used for uniquing.

Constructor & Destructor Documentation

◆ ComplexTypeStorage()

mlir::detail::ComplexTypeStorage::ComplexTypeStorage ( Type  elementType)
inline

Member Function Documentation

◆ construct()

static ComplexTypeStorage* mlir::detail::ComplexTypeStorage::construct ( TypeStorageAllocator allocator,
Type  elementType 
)
inlinestatic

Construction.

◆ operator==()

bool mlir::detail::ComplexTypeStorage::operator== ( const KeyTy key) const
inline

Member Data Documentation

◆ elementType

Type mlir::detail::ComplexTypeStorage::elementType

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