Home
last modified time | relevance | path

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

/llvm-project/mlir/unittests/Analysis/Presburger/
H A DLinearTransformTest.cpp16 void testColumnEchelonForm(const IntMatrix &m, unsigned expectedRank) { in testColumnEchelonForm() function
51 testColumnEchelonForm(m1, 1u); in TEST()
58 testColumnEchelonForm(m2, 1u); in TEST()
65 testColumnEchelonForm(m3, 1u); in TEST()
73 testColumnEchelonForm(m4, 2u); in TEST()
80 testColumnEchelonForm(m5, 2u); in TEST()
87 testColumnEchelonForm(m5, 2u); in TEST()