|
My Project
|
A binary operation appearing in an affine expression. More...
#include <AffineExprDetail.h>


Public Types | |
| using | KeyTy = std::pair< AffineExpr, AffineExpr > |
Public Member Functions | |
| bool | operator== (const KeyTy &key) const |
Public Member Functions inherited from mlir::StorageUniquer::BaseStorage | |
| unsigned | getKind () const |
| Get the kind classification of this storage. More... | |
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 |
Additional Inherited Members | |
Protected Member Functions inherited from mlir::StorageUniquer::BaseStorage | |
| BaseStorage () | |
A binary operation appearing in an affine expression.
| using mlir::detail::AffineBinaryOpExprStorage::KeyTy = std::pair<AffineExpr, AffineExpr> |
|
inlinestatic |
|
inline |
| AffineExpr mlir::detail::AffineBinaryOpExprStorage::lhs |
| AffineExpr mlir::detail::AffineBinaryOpExprStorage::rhs |
1.8.13