Home
last modified time | relevance | path

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

/external/llvm-project/mlir/unittests/Analysis/Presburger/
DSimplexTest.cpp171 TEST(SimplexTest, getSamplePointIfIntegral) { in TEST() argument
182 .getSamplePointIfIntegral() in TEST()
193 .getSamplePointIfIntegral(); in TEST()
206 .getSamplePointIfIntegral(); in TEST()
215 .getSamplePointIfIntegral() in TEST()
/external/llvm-project/mlir/include/mlir/Analysis/Presburger/
DSimplex.h216 Optional<SmallVector<int64_t, 8>> getSamplePointIfIntegral() const;
/external/llvm-project/mlir/lib/Analysis/Presburger/
DSimplex.cpp656 Optional<SmallVector<int64_t, 8>> Simplex::getSamplePointIfIntegral() const { in getSamplePointIfIntegral() function in mlir::Simplex
1029 if (auto maybeSample = getSamplePointIfIntegral()) in findIntegerSample()
1050 if (auto maybeSample = getSamplePointIfIntegral()) in findIntegerSample()