Home
last modified time | relevance | path

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

/llvm-project/mlir/unittests/Analysis/Presburger/
H A DSimplexTest.cpp227 auto maybeSample = simplexFromConstraints(2, in TEST() local
H A DIntegerPolyhedronTest.cpp63 std::optional<SmallVector<DynamicAPInt, 8>> maybeSample; in checkSample() local
/llvm-project/mlir/lib/Analysis/Presburger/
H A DSimplex.cpp2013 if (auto maybeSample = getSamplePointIfIntegral()) findIntegerSample() local
2048 if (auto maybeSample = getSamplePointIfIntegral()) findIntegerSample() local