Home
last modified time | relevance | path

Searched refs:findIntegerSample (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/mlir/include/mlir/Analysis/
DPresburgerSet.h88 bool findIntegerSample(SmallVectorImpl<int64_t> &sample);
DAffineStructures.h161 Optional<SmallVector<int64_t, 8>> findIntegerSample() const;
/external/llvm-project/mlir/lib/Analysis/
DPresburgerSet.cpp296 bool PresburgerSet::findIntegerSample(SmallVectorImpl<int64_t> &sample) { in findIntegerSample() function in PresburgerSet
300 if (Optional<SmallVector<int64_t, 8>> opt = fac.findIntegerSample()) { in findIntegerSample()
DAffineStructures.cpp1051 return !simplex.findIntegerSample().hasValue(); in isIntegerEmpty()
1055 FlatAffineConstraints::findIntegerSample() const { in findIntegerSample() function in FlatAffineConstraints
1056 return Simplex(*this).findIntegerSample(); in findIntegerSample()
/external/llvm-project/mlir/include/mlir/Analysis/Presburger/
DSimplex.h220 Optional<SmallVector<int64_t, 8>> findIntegerSample();
/external/llvm-project/mlir/unittests/Analysis/
DAffineStructuresTest.cpp23 Optional<SmallVector<int64_t, 8>> maybeSample = fac.findIntegerSample(); in checkSample()
/external/llvm-project/mlir/lib/Analysis/Presburger/
DSimplex.cpp1007 Optional<SmallVector<int64_t, 8>> Simplex::findIntegerSample() { in findIntegerSample() function in mlir::Simplex