Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/
H A DIntegerPolyhedronTest.cpp610 const std::vector<SmallVector<int64_t, 8>> &expectedDividends, in checkDivisionRepresentation() argument
619 EXPECT_TRUE(divs.getNumDivs() == expectedDividends.size()); in checkDivisionRepresentation()
623 EXPECT_TRUE(expectedDividends[i][j] == divs.getDividend(i)[j]); in checkDivisionRepresentation()