|
MLIR 22.0.0git
|
#include "IR/IntegerSetDetail.h"
Public Types | |
| using | KeyTy |
| The hash key used for uniquing. | |
Public Member Functions | |
| bool | operator== (const KeyTy &key) const |
Static Public Member Functions | |
| static IntegerSetStorage * | construct (StorageUniquer::StorageAllocator &allocator, const KeyTy &key) |
Public Attributes | |
| unsigned | dimCount |
| unsigned | symbolCount |
| ArrayRef< AffineExpr > | constraints |
| Array of affine constraints: a constraint is either an equality (affine_expr == 0) or an inequality (affine_expr >= 0). | |
| ArrayRef< bool > | eqFlags |
Additional Inherited Members | |
| Protected Member Functions inherited from mlir::StorageUniquer::BaseStorage | |
| BaseStorage ()=default | |
Definition at line 23 of file IntegerSetDetail.h.
The hash key used for uniquing.
Definition at line 25 of file IntegerSetDetail.h.
|
inlinestatic |
Definition at line 44 of file IntegerSetDetail.h.
References mlir::StorageUniquer::StorageAllocator::allocate(), mlir::StorageUniquer::StorageAllocator::copyInto(), and dimCount.
Definition at line 38 of file IntegerSetDetail.h.
References constraints, dimCount, eqFlags, and symbolCount.
| ArrayRef<AffineExpr> mlir::detail::IntegerSetStorage::constraints |
Array of affine constraints: a constraint is either an equality (affine_expr == 0) or an inequality (affine_expr >= 0).
Definition at line 33 of file IntegerSetDetail.h.
Referenced by operator==().
| unsigned mlir::detail::IntegerSetStorage::dimCount |
Definition at line 28 of file IntegerSetDetail.h.
Referenced by construct(), and operator==().
Definition at line 36 of file IntegerSetDetail.h.
Referenced by operator==().
| unsigned mlir::detail::IntegerSetStorage::symbolCount |
Definition at line 29 of file IntegerSetDetail.h.
Referenced by operator==().