Lines Matching defs:tight
26 enum isl_fold type, isl_bool *tight)
34 if (tight)
35 *tight = isl_bool_true;
40 /* Add the bound "pwf", which is not known to be tight,
50 /* Add the bound "pwf", which is known to be tight,
63 * add it to the tight bounds of "bound".
299 __isl_take isl_pw_qpolynomial_fold *pwf, isl_bool *tight)
321 if (tight)
322 *tight = isl_bool_true;
329 if (tight)
330 *tight = isl_bool_true;
338 bound.check_tight = !!tight;
348 if (tight)
349 *tight = covers;
372 isl_bool *tight)
377 return isl_pw_qpolynomial_fold_bound(pwf, tight);
382 isl_bool tight;
392 data->tight ? &data->tight : NULL);
401 enum isl_fold type, isl_bool *tight)
409 if (!tight)
410 data.tight = isl_bool_false;
419 if (tight)
420 *tight = data.tight;