Home
last modified time | relevance | path

Searched refs:addToRow (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DMatrix.h130 void addToRow(unsigned sourceRow, unsigned targetRow, int64_t scale);
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DMatrix.cpp194 void Matrix::addToRow(unsigned sourceRow, unsigned targetRow, int64_t scale) { in addToRow() function in Matrix
H A DSimplex.cpp1823 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()