reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2557 if (type == isl_dim_out) 2561 if (type == isl_dim_in) 2562 type = isl_dim_set; 2563 if (n == 0 && !isl_local_space_is_named_or_nested(aff->ls, type)) 2567 if (first > isl_local_space_dim(aff->ls, type)) 2575 aff->ls = isl_local_space_insert_dims(aff->ls, type, first, n); 2579 first += 1 + isl_local_space_offset(aff->ls, type);