13#ifndef MLIR_ANALYSIS_PRESBURGER_LINEARTRANSFORM_H
14#define MLIR_ANALYSIS_PRESBURGER_LINEARTRANSFORM_H
18#include "llvm/ADT/SmallVector.h"
34 static std::pair<unsigned, LinearTransform>
45 return matrix.preMultiplyWithRow(rowVec);
52 return matrix.postMultiplyWithColumn(colVec);
An IntegerRelation represents the set of points from a PresburgerSpace that satisfy a list of affine ...
Include the generated interface declarations.