|
MLIR 22.0.0git
|
A binary operation appearing in an affine expression. More...
#include "IR/AffineExprDetail.h"
Public Types | |
| using | KeyTy = std::tuple<unsigned, AffineExpr, AffineExpr> |
Public Member Functions | |
| bool | operator== (const KeyTy &key) const |
Static Public Member Functions | |
| static AffineBinaryOpExprStorage * | construct (StorageUniquer::StorageAllocator &allocator, const KeyTy &key) |
Public Attributes | |
| AffineExpr | lhs |
| AffineExpr | rhs |
| Public Attributes inherited from mlir::detail::AffineExprStorage | |
| MLIRContext * | context |
| AffineExprKind | kind |
Additional Inherited Members | |
| Protected Member Functions inherited from mlir::StorageUniquer::BaseStorage | |
| BaseStorage ()=default | |
A binary operation appearing in an affine expression.
Definition at line 34 of file AffineExprDetail.h.
| using mlir::detail::AffineBinaryOpExprStorage::KeyTy = std::tuple<unsigned, AffineExpr, AffineExpr> |
Definition at line 35 of file AffineExprDetail.h.
|
inlinestatic |
Definition at line 43 of file AffineExprDetail.h.
References mlir::StorageUniquer::StorageAllocator::allocate(), and result.
Definition at line 37 of file AffineExprDetail.h.
References mlir::detail::AffineExprStorage::kind, lhs, and rhs.
| AffineExpr mlir::detail::AffineBinaryOpExprStorage::lhs |
Definition at line 52 of file AffineExprDetail.h.
Referenced by operator==().
| AffineExpr mlir::detail::AffineBinaryOpExprStorage::rhs |
Definition at line 53 of file AffineExprDetail.h.
Referenced by operator==().