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

References

tools/polly/lib/External/isl/isl_bound.c
  119 	if (!bound->wrapping)
  122 	nparam = isl_space_dim(bound->dim, isl_dim_param);
  123 	n_in = isl_space_dim(bound->dim, isl_dim_in);
  133 	top_pwf = bound->pwf;
  134 	top_pwf_tight = bound->pwf_tight;
  138 	bound->pwf = isl_pw_qpolynomial_fold_zero(isl_space_copy(dim),
  139 						  bound->type);
  140 	bound->pwf_tight = isl_pw_qpolynomial_fold_zero(dim, bound->type);
  140 	bound->pwf_tight = isl_pw_qpolynomial_fold_zero(dim, bound->type);
  144 	bound->pwf = isl_pw_qpolynomial_fold_reset_space(bound->pwf,
  144 	bound->pwf = isl_pw_qpolynomial_fold_reset_space(bound->pwf,
  145 						    isl_space_copy(bound->dim));
  146 	bound->pwf_tight = isl_pw_qpolynomial_fold_reset_space(bound->pwf_tight,
  146 	bound->pwf_tight = isl_pw_qpolynomial_fold_reset_space(bound->pwf_tight,
  147 						    isl_space_copy(bound->dim));
  149 	bound->pwf = isl_pw_qpolynomial_fold_fold(top_pwf, bound->pwf);
  149 	bound->pwf = isl_pw_qpolynomial_fold_fold(top_pwf, bound->pwf);
  150 	bound->pwf_tight = isl_pw_qpolynomial_fold_fold(top_pwf_tight,
  151 							bound->pwf_tight);