Home
last modified time | relevance | path

Searched defs:getSamplePointIfIntegral (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/
H A DSimplexTest.cpp187 TEST(SimplexTest, getSamplePointIfIntegral) { in TEST() argument
/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