Searched refs:expand_constraint (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/isl/
H A Disl_map_subtract.c28 static void expand_constraint(isl_vec *v, unsigned dim, function
69 expand_constraint(v, dim, bmap->eq[i], div_map, bmap->n_div);
73 expand_constraint(v, dim, bmap->eq[i], div_map, bmap->n_div);
82 expand_constraint(v, dim, bmap->ineq[i], div_map, bmap->n_div);
127 expand_constraint(v, dim, bmap->eq[c/2], div_map, bmap->n_div);
141 expand_constraint(v, dim, bmap->ineq[c], div_map, bmap->n_div);

Completed in 37 milliseconds