Searched refs:computeConstantLowerOrUpperBound (Results 1 – 2 of 2) sorted by relevance
591 Optional<int64_t> computeConstantLowerOrUpperBound(unsigned pos);
2244 FlatAffineConstraints::computeConstantLowerOrUpperBound(unsigned pos) { in computeConstantLowerOrUpperBound() function in FlatAffineConstraints2303 return tmpCst.computeConstantLowerOrUpperBound</*isLower=*/true>(pos); in getConstantLowerBound()2309 return tmpCst.computeConstantLowerOrUpperBound</*isLower=*/false>(pos); in getConstantUpperBound()