Searched refs:getSamplePointIfIntegral (Results 1 – 3 of 3) sorted by relevance
171 TEST(SimplexTest, getSamplePointIfIntegral) { in TEST() argument182 .getSamplePointIfIntegral() in TEST()193 .getSamplePointIfIntegral(); in TEST()206 .getSamplePointIfIntegral(); in TEST()215 .getSamplePointIfIntegral() in TEST()
216 Optional<SmallVector<int64_t, 8>> getSamplePointIfIntegral() const;
656 Optional<SmallVector<int64_t, 8>> Simplex::getSamplePointIfIntegral() const { in getSamplePointIfIntegral() function in mlir::Simplex1029 if (auto maybeSample = getSamplePointIfIntegral()) in findIntegerSample()1050 if (auto maybeSample = getSamplePointIfIntegral()) in findIntegerSample()