Searched refs:n_nested (Results 1 – 1 of 1) sorted by relevance
3306 isl_size n_nested, n_space; in isl_space_extend_domain_with_range() local3308 n_nested = isl_space_dim(nested, isl_dim_param); in isl_space_extend_domain_with_range()3310 if (n_nested < 0 || n_space < 0) in isl_space_extend_domain_with_range()3312 if (n_nested > n_space) in isl_space_extend_domain_with_range()3314 n_space, n_nested - n_space); in isl_space_extend_domain_with_range()