reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1327 pwaff = isl_multi_pw_aff_get_pw_aff(bound, j); 1328 pwaff = isl_pw_aff_gist(pwaff, isl_set_copy(context)); 1328 pwaff = isl_pw_aff_gist(pwaff, isl_set_copy(context)); 1329 empty = isl_pw_aff_is_empty(pwaff); 1331 pwaff = isl_pw_aff_free(pwaff); 1331 pwaff = isl_pw_aff_free(pwaff); 1333 pwaff = set_universally_zero(pwaff); 1333 pwaff = set_universally_zero(pwaff); 1334 bound = isl_multi_pw_aff_set_pw_aff(bound, j, pwaff);