|
MLIR 22.0.0git
|
An integer constant appearing in affine expression. More...
#include "IR/AffineExprDetail.h"
Public Types | |
| using | KeyTy = int64_t |
Public Member Functions | |
| bool | operator== (const KeyTy &key) const |
Static Public Member Functions | |
| static AffineConstantExprStorage * | construct (StorageUniquer::StorageAllocator &allocator, const KeyTy &key) |
Public Attributes | |
| int64_t | constant |
| Public Attributes inherited from mlir::detail::AffineExprStorage | |
| MLIRContext * | context |
| AffineExprKind | kind |
Additional Inherited Members | |
| Protected Member Functions inherited from mlir::StorageUniquer::BaseStorage | |
| BaseStorage ()=default | |
An integer constant appearing in affine expression.
Definition at line 78 of file AffineExprDetail.h.
Definition at line 79 of file AffineExprDetail.h.
|
inlinestatic |
Definition at line 84 of file AffineExprDetail.h.
References mlir::StorageUniquer::StorageAllocator::allocate(), mlir::Constant, and result.
Definition at line 81 of file AffineExprDetail.h.
References constant.
| int64_t mlir::detail::AffineConstantExprStorage::constant |
Definition at line 92 of file AffineExprDetail.h.
Referenced by operator==().