Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DIntegerRelation.cpp1663 auto rowWithoutConstTerm = ArrayRef<int64_t>(rowStart, getNumCols() - 1); in removeTrivialRedundancy() local
1665 rowsWithoutConstTerm.insert({rowWithoutConstTerm, {r, constTerm}}); in removeTrivialRedundancy()