MLIR  19.0.0git
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
mlir::detail::AffineConstantExprStorage Struct Reference

An integer constant appearing in affine expression. More...

#include "IR/AffineExprDetail.h"

+ Inheritance diagram for mlir::detail::AffineConstantExprStorage:

Public Types

using KeyTy = int64_t
 

Public Member Functions

bool operator== (const KeyTy &key) const
 

Static Public Member Functions

static AffineConstantExprStorageconstruct (StorageUniquer::StorageAllocator &allocator, const KeyTy &key)
 

Public Attributes

int64_t constant
 
- Public Attributes inherited from mlir::detail::AffineExprStorage
MLIRContextcontext
 
AffineExprKind kind
 

Additional Inherited Members

- Protected Member Functions inherited from mlir::StorageUniquer::BaseStorage
 BaseStorage ()=default
 

Detailed Description

An integer constant appearing in affine expression.

Definition at line 78 of file AffineExprDetail.h.

Member Typedef Documentation

◆ KeyTy

Definition at line 79 of file AffineExprDetail.h.

Member Function Documentation

◆ construct()

static AffineConstantExprStorage* mlir::detail::AffineConstantExprStorage::construct ( StorageUniquer::StorageAllocator allocator,
const KeyTy key 
)
inlinestatic

◆ operator==()

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

Definition at line 81 of file AffineExprDetail.h.

References constant.

Member Data Documentation

◆ constant

int64_t mlir::detail::AffineConstantExprStorage::constant

Definition at line 92 of file AffineExprDetail.h.

Referenced by operator==().


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