Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/
H A DSimplexTest.cpp187 TEST(SimplexTest, getSamplePointIfIntegral) { in TEST() argument
198 .getSamplePointIfIntegral() in TEST()
209 .getSamplePointIfIntegral(); in TEST()
222 .getSamplePointIfIntegral(); in TEST()
231 .getSamplePointIfIntegral() in TEST()
/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DSimplex.h806 Optional<SmallVector<int64_t, 8>> getSamplePointIfIntegral() const;
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DSimplex.cpp1591 Optional<SmallVector<int64_t, 8>> Simplex::getSamplePointIfIntegral() const { in getSamplePointIfIntegral() function in Simplex
1979 if (auto maybeSample = getSamplePointIfIntegral()) in findIntegerSample()
2016 if (auto maybeSample = getSamplePointIfIntegral()) in findIntegerSample()