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

References

tools/polly/lib/External/ppcg/util.c
   94 		bound = isl_set_dim_max(isl_set_copy(set), i);
   96 		space = isl_pw_aff_get_domain_space(bound);
   99 		bound = isl_pw_aff_add(bound, isl_pw_aff_from_aff(one));
   99 		bound = isl_pw_aff_add(bound, isl_pw_aff_from_aff(one));
  100 		mpa = isl_multi_pw_aff_set_pw_aff(mpa, i, bound);