Home
last modified time | relevance | path

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

/external/llvm-project/mlir/unittests/Analysis/Presburger/
DSimplexTest.cpp171 TEST(SimplexTest, getSamplePointIfIntegral) { in TEST() argument
/external/llvm-project/mlir/lib/Analysis/Presburger/
DSimplex.cpp656 Optional<SmallVector<int64_t, 8>> Simplex::getSamplePointIfIntegral() const { in getSamplePointIfIntegral() function in mlir::Simplex