Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/
H A DSimplexTest.cpp214 auto maybeSample2 = simplexFromConstraints(2, in TEST() local
223 EXPECT_TRUE(maybeSample2.has_value()); in TEST()
224 EXPECT_THAT(*maybeSample2, testing::ElementsAre(0, 2)); in TEST()