Searched refs:n_nested (Results 1 – 1 of 1) sorted by relevance
3385 isl_size n_nested, n_space; in isl_space_extend_domain_with_range() local3387 n_nested = isl_space_dim(nested, isl_dim_param); in isl_space_extend_domain_with_range()3389 if (n_nested < 0 || n_space < 0) in isl_space_extend_domain_with_range()3391 if (n_nested > n_space) in isl_space_extend_domain_with_range()3393 n_space, n_nested - n_space); in isl_space_extend_domain_with_range()