Home
last modified time | relevance | path

Searched defs:findIntegerSample (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DPresburgerRelation.cpp462 bool PresburgerRelation::findIntegerSample(SmallVectorImpl<int64_t> &sample) { in findIntegerSample() function in PresburgerRelation
H A DSimplex.cpp1957 Optional<SmallVector<int64_t, 8>> Simplex::findIntegerSample() { in findIntegerSample() function in Simplex
H A DIntegerRelation.cpp766 Optional<SmallVector<int64_t, 8>> IntegerRelation::findIntegerSample() const { in findIntegerSample() function in IntegerRelation