Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DSimplex.cpp103 unsigned SimplexBase::addRow(ArrayRef<int64_t> coeffs, bool makeRestricted) { in addRow() function in SimplexBase
1080 unsigned conIndex = addRow(coeffs, /*makeRestricted=*/true); in addInequality()
1336 unsigned conIndex = addRow(coeffs); in computeOptimum()
1558 addRow(coeffs, /*makeRestricted=*/true); in addInequality()
1656 unsigned conIndex = simplex.addRow(getCoeffsForDirection(dir)); in computeWidthAndDuals()
/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DSimplex.h296 unsigned addRow(ArrayRef<int64_t> coeffs, bool makeRestricted = false);