Home
last modified time | relevance | path

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

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