Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Analysis/Presburger/
DSimplex.cpp108 int64_t idxRowCoeff = coeffs[i] * (lcm / tableau(pos, 0)); in addRow() local
112 nRowCoeff * tableau(nRow - 1, col) + idxRowCoeff * tableau(pos, col); in addRow()