My Project
|
#include <IntegerSetDetail.h>
Public Attributes | |
unsigned | dimCount |
unsigned | symbolCount |
ArrayRef< AffineExpr > | constraints |
ArrayRef< bool > | eqFlags |
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).
unsigned mlir::detail::IntegerSetStorage::dimCount |
ArrayRef<bool> mlir::detail::IntegerSetStorage::eqFlags |
unsigned mlir::detail::IntegerSetStorage::symbolCount |