Home
last modified time | relevance | path

Searched defs:maybeSample (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/
H A DSimplexTest.cpp201 auto maybeSample = simplexFromConstraints(2, in TEST() local
H A DIntegerPolyhedronTest.cpp61 Optional<SmallVector<int64_t, 8>> maybeSample; in checkSample() local
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DSimplex.cpp1979 if (auto maybeSample = getSamplePointIfIntegral()) in findIntegerSample() local
2016 if (auto maybeSample = getSamplePointIfIntegral()) in findIntegerSample() local