Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/
H A DIntegerPolyhedronTest.cpp59 static void checkSample(bool hasSample, const IntegerPolyhedron &poly, in checkSample() argument
68 if (!hasSample) { in checkSample()
94 EXPECT_EQ(!hasSample, poly.isIntegerEmpty()); in checkSample()
105 static void checkPermutationsSample(bool hasSample, unsigned nDim, in checkPermutationsSample() argument
125 checkSample(hasSample, in checkPermutationsSample()