Searched refs:isl_mat_zero (Results 1 – 4 of 4) sorted by relevance
28 __isl_give isl_mat *isl_mat_zero(isl_ctx *ctx, unsigned n_row, unsigned n_col);
405 __isl_give isl_mat *isl_mat_zero(isl_ctx *ctx, unsigned n_row, unsigned n_col) in isl_mat_zero() function
2920 trivial = isl_mat_zero(ctx, 0, 0); in solve_lp()
2725 mat = isl_mat_zero(ctx, n_div, 1 + total); in reduce_divs()