reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5114 v = isl_vec_alloc(ctx, 1 + total); 5115 if (!v) 5125 isl_vec_free(v); 5135 isl_seq_cpy(v->el, bmap->ineq[i], 1 + total); 5136 v = isl_vec_mat_product(v, isl_mat_copy(T)); 5136 v = isl_vec_mat_product(v, isl_mat_copy(T)); 5137 v = normalize_constraint(v, &tightened); 5137 v = normalize_constraint(v, &tightened); 5138 v = isl_vec_mat_product(v, isl_mat_copy(T2)); 5138 v = isl_vec_mat_product(v, isl_mat_copy(T2)); 5139 if (!v) 5141 isl_seq_cpy(bmap->ineq[i], v->el, 1 + total); 5146 isl_vec_free(v); 5164 isl_vec_free(v);