Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Analysis/Presburger/
DSimplex.h291 void normalizeRow(unsigned row);
/external/llvm-project/mlir/lib/Analysis/Presburger/
DSimplex.cpp115 normalizeRow(nRow - 1); in addRow()
123 void Simplex::normalizeRow(unsigned row) { in normalizeRow() function in mlir::Simplex
240 normalizeRow(pivotRow); in pivot()
256 normalizeRow(row); in pivot()