Searched refs:addToRow (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/ |
| H A D | Matrix.h | 130 void addToRow(unsigned sourceRow, unsigned targetRow, int64_t scale);
|
| /llvm-project-15.0.7/mlir/lib/Analysis/Presburger/ |
| H A D | Matrix.cpp | 194 void Matrix::addToRow(unsigned sourceRow, unsigned targetRow, int64_t scale) { in addToRow() function in Matrix
|
| H A D | Simplex.cpp | 1823 basis.addToRow(i, i + 1, u); in reduceBasis() 1835 basis.addToRow(i, i + 1, 1); in reduceBasis() 1842 basis.addToRow(i, i + 1, -1); in reduceBasis()
|