Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Analysis/Presburger/
DSimplex.h204 std::pair<int64_t, int64_t> computeIntegerBounds(ArrayRef<int64_t> coeffs);
/external/llvm-project/mlir/lib/Analysis/Presburger/
DSimplex.cpp1046 computeIntegerBounds(basisCoeffs); in findIntegerSample()
1058 computeIntegerBounds(basisCoeffs); in findIntegerSample()
1102 Simplex::computeIntegerBounds(ArrayRef<int64_t> coeffs) { in computeIntegerBounds() function in mlir::Simplex