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

References

tools/polly/lib/External/ppcg/gpu.c
  828 		bound = isl_multi_pw_aff_get_pw_aff(array->bound, i);
  829 		bound = isl_pw_aff_from_range(bound);
  829 		bound = isl_pw_aff_from_range(bound);
  830 		bound = isl_pw_aff_add_dims(bound, isl_dim_in, array->n_index);
  830 		bound = isl_pw_aff_add_dims(bound, isl_dim_in, array->n_index);
  831 		bound = isl_pw_aff_set_tuple_id(bound, isl_dim_in,
  831 		bound = isl_pw_aff_set_tuple_id(bound, isl_dim_in,
  833 		lt = isl_pw_aff_lt_set(index, bound);