Searched refs:computeIntegerBounds (Results 1 – 2 of 2) sorted by relevance
204 std::pair<int64_t, int64_t> computeIntegerBounds(ArrayRef<int64_t> coeffs);
1046 computeIntegerBounds(basisCoeffs); in findIntegerSample()1058 computeIntegerBounds(basisCoeffs); in findIntegerSample()1102 Simplex::computeIntegerBounds(ArrayRef<int64_t> coeffs) { in computeIntegerBounds() function in mlir::Simplex