Home
last modified time | relevance | path

Searched defs:eqs (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/unittests/Analysis/Presburger/
H A DParserTest.cpp27 ArrayRef<SmallVector<int64_t, 4>> eqs = {}, in makeFACFromConstraints()
H A DIntegerPolyhedronTest.cpp32 ArrayRef<SmallVector<int64_t, 4>> eqs, in makeSetFromConstraints()
109 ArrayRef<SmallVector<int64_t, 4>> eqs, in checkPermutationsSample()
H A DSimplexTest.cpp126 ArrayRef<SmallVector<int64_t, 8>> eqs) { in simplexFromConstraints()
/llvm-project/mlir/lib/Analysis/Presburger/
H A DIntegerRelation.cpp118 for (unsigned i = 0, eqs = getNumEqualities(); i < eqs; ++i) { isObviouslyEqual() local
1125 unsigned nowDone, eqs, pivotRow; gaussianEliminate() local