reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/External/isl/isl_bernstein.c
  119 	fold = isl_qpolynomial_fold_alloc(data->type, b);
  121 	if (data->check_tight && is_tight(k, n, d, data->cell))
  121 	if (data->check_tight && is_tight(k, n, d, data->cell))
  122 		data->fold_tight = isl_qpolynomial_fold_fold_on_domain(dom,
  123 							data->fold_tight, fold);
  125 		data->fold = isl_qpolynomial_fold_fold_on_domain(dom,
  126 							data->fold, fold);