Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DMatrix.h127 void fillRow(unsigned row, int64_t value);
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DMatrix.cpp189 void Matrix::fillRow(unsigned row, int64_t value) { in fillRow() function in Matrix
H A DIntegerRelation.cpp1033 inequalities.fillRow(r, /*value=*/0); in removeRedundantInequalities()
1034 tmpCst.inequalities.fillRow(r, /*value=*/0); in removeRedundantInequalities()