My Project
Classes | Namespaces | Functions
AffineStructures.h File Reference
#include "mlir/IR/AffineExpr.h"
#include "mlir/IR/OpDefinition.h"
#include "mlir/Support/LogicalResult.h"
Include dependency graph for AffineStructures.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mlir::MutableAffineMap
 A mutable affine map. Its affine expressions are however unique. More...
 
struct  mlir::MutableIntegerSet
 A mutable integer set. Its affine expressions are however unique. More...
 
class  mlir::AffineValueMap
 
class  mlir::IntegerValueSet
 An IntegerValueSet is an integer set plus its operands. More...
 
class  mlir::FlatAffineConstraints
 

Namespaces

 mlir
 

Functions

AffineExpr mlir::simplifyAffineExpr (AffineExpr expr, unsigned numDims, unsigned numSymbols)
 Simplify the affine expression by flattening it and reconstructing it. More...
 
LogicalResult mlir::getFlattenedAffineExpr (AffineExpr expr, unsigned numDims, unsigned numSymbols, SmallVectorImpl< int64_t > *flattenedExpr, FlatAffineConstraints *cst=nullptr)
 
LogicalResult mlir::getFlattenedAffineExprs (AffineMap map, std::vector< SmallVector< int64_t, 8 >> *flattenedExprs, FlatAffineConstraints *cst=nullptr)
 
LogicalResult mlir::getFlattenedAffineExprs (IntegerSet set, std::vector< SmallVector< int64_t, 8 >> *flattenedExprs, FlatAffineConstraints *cst=nullptr)