Home
last modified time | relevance | path

Searched refs:computeIntegerBounds (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DSimplex.h770 computeIntegerBounds(ArrayRef<int64_t> coeffs);
/llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/
H A DSimplexTest.cpp445 simplex.computeIntegerBounds({0, 1, 0}), in TEST()
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DSimplex.cpp1996 computeIntegerBounds(basisCoeffs); in findIntegerSample()
2024 computeIntegerBounds(basisCoeffs); in findIntegerSample()
2070 Simplex::computeIntegerBounds(ArrayRef<int64_t> coeffs) { in computeIntegerBounds() function in Simplex
H A DIntegerRelation.cpp1112 std::tie(min, max) = simplex.computeIntegerBounds(dim); in computeVolume()