Home | History | Annotate | Download | only in dist

Lines Matching defs:is_bound

255 	isl_bool is_bound, any_divs;
257 is_bound = isl_constraint_is_lower_bound(c, isl_dim_set, pos);
258 if (is_bound < 0 || !is_bound)
259 return is_bound;
282 isl_bool is_bound, better;
284 is_bound = is_suitable_bound(c, info->pos);
285 if (is_bound < 0 || !is_bound) {
287 return is_bound < 0 ? isl_stat_error : isl_stat_ok;