Lines Matching defs:is_bound
395 isl_bool is_bound;
407 is_bound = uset_is_bound(set, bounds->row[0], 1 + dim);
408 if (is_bound < 0)
410 isl_assert(set->ctx, is_bound, goto error);
2124 static int is_bound(struct sh_data *data, __isl_keep isl_set *set, int j,
2213 * of the inequality, so we directly call is_bound.
2265 bound = is_bound(data, set, j, hull->ineq[k], shift);
2282 bound = is_bound(data, set, j, hull->ineq[k], shift);
2692 * we call is_bound to perform the test.
2736 bound = is_bound(data, set, i, ineq, 0);