reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3678 if (!list) 3681 ctx = isl_pw_aff_list_get_ctx(list); 3682 if (list->n < 1) 3686 res = isl_pw_aff_copy(list->p[0]); 3687 for (i = 1; i < list->n; ++i) 3688 res = fn(res, isl_pw_aff_copy(list->p[i])); 3690 isl_pw_aff_list_free(list); 3693 isl_pw_aff_list_free(list);