reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
32 return c ? isl_local_space_get_ctx(c->ls) : NULL; 37 return isl_local_space_dim(c->ls, type); 42 return isl_local_space_offset(c->ls, type); 79 constraint->ls = ls; 157 return isl_constraint_alloc_vec(c->eq, isl_local_space_copy(c->ls), 189 isl_local_space_free(c->ls); 321 equal = isl_local_space_is_equal(constraint1->ls, constraint2->ls); 321 equal = isl_local_space_is_equal(constraint1->ls, constraint2->ls); 379 return constraint ? isl_local_space_get_space(constraint->ls) : NULL; 385 return constraint ? isl_local_space_copy(constraint->ls) : NULL; 414 active = isl_local_space_get_active(constraint->ls, 419 first += isl_local_space_offset(constraint->ls, type) - 1; 443 if (pos >= isl_local_space_dim(constraint->ls, type)) 447 pos += isl_local_space_offset(constraint->ls, type); 460 if (pos >= isl_local_space_dim(constraint->ls, type)) 464 pos += isl_local_space_offset(constraint->ls, type); 472 isl_local_space_get_dim_name(constraint->ls, type, pos) : NULL; 503 if (pos >= isl_local_space_dim(constraint->ls, type)) 507 pos += isl_local_space_offset(constraint->ls, type); 523 if (pos < 0 || pos >= isl_local_space_dim(constraint->ls, type)) 527 pos += isl_local_space_offset(constraint->ls, type); 537 return isl_local_space_get_div(constraint->ls, pos); 598 if (pos >= isl_local_space_dim(constraint->ls, type)) 611 pos += isl_local_space_offset(constraint->ls, type); 631 if (pos >= isl_local_space_dim(constraint->ls, type)) 635 pos += isl_local_space_offset(constraint->ls, type); 653 if (pos >= isl_local_space_dim(constraint->ls, type)) 666 pos += isl_local_space_offset(constraint->ls, type); 711 is_div = isl_local_space_is_div_constraint(constraint->ls, 742 return isl_local_space_is_div_equality(constraint->ls, 763 ls = isl_local_space_copy(constraint->ls); 1276 aff = isl_aff_alloc(isl_local_space_copy(constraint->ls)); 1308 aff = isl_aff_alloc(isl_local_space_copy(constraint->ls)); 1374 cmp = isl_local_space_cmp(c1->ls, c2->ls); 1374 cmp = isl_local_space_cmp(c1->ls, c2->ls); 1409 cmp = isl_local_space_cmp(c1->ls, c2->ls); 1409 cmp = isl_local_space_cmp(c1->ls, c2->ls);