Home
last modified time | relevance | path

Searched refs:normalizeRow (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DMatrix.h143 int64_t normalizeRow(unsigned row, unsigned nCols);
146 int64_t normalizeRow(unsigned row);
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DMatrix.cpp219 int64_t Matrix::normalizeRow(unsigned row, unsigned cols) { in normalizeRow() function in Matrix
223 int64_t Matrix::normalizeRow(unsigned row) { in normalizeRow() function in Matrix
224 return normalizeRow(row, getNumColumns()); in normalizeRow()
H A DIntegerRelation.cpp486 equalities.normalizeRow(i); in normalizeConstraintsByGCD()
488 inequalities.normalizeRow(i); in normalizeConstraintsByGCD()
962 int64_t gcd = inequalities.normalizeRow(i, getNumCols() - 1); in gcdTightenInequalities()
999 equalities.normalizeRow(i); in gaussianEliminateVars()
1006 inequalities.normalizeRow(i); in gaussianEliminateVars()
1219 equalities.normalizeRow(i); in removeRedundantLocalVars()
1243 equalities.normalizeRow(k); in removeRedundantLocalVars()
H A DSimplex.cpp161 tableau.normalizeRow(newRow); in addRow()
939 tableau.normalizeRow(pivotRow); in pivot()
955 tableau.normalizeRow(row); in pivot()