reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1507 bound = isl_vec_alloc(ctx, 1 + total); 1508 if (!set_i || !set_j || !bound) 1511 isl_seq_cpy(bound->el, info[i].bmap->ineq[k], 1 + total); 1512 isl_int_add_ui(bound->el[0], bound->el[0], 1); 1512 isl_int_add_ui(bound->el[0], bound->el[0], 1); 1513 isl_seq_normalize(ctx, bound->el, 1 + total); 1515 isl_seq_cpy(wraps.mat->row[0], bound->el, 1 + total); 1518 if (add_wraps(&wraps, &info[j], bound->el, set_i) < 0) 1525 bound->el, set_j) < 0) 1539 isl_vec_free(bound); 1544 isl_vec_free(bound);