Home
last modified time | relevance | path

Searched refs:check_col (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_mat.c269 static isl_stat check_col(__isl_keep isl_mat *mat, int col) in check_col() function
323 if (check_col(mat, col) < 0) in isl_mat_get_element()
338 if (check_col(mat, col) < 0) in isl_mat_get_element_val()
350 if (check_col(mat, col) < 0) in isl_mat_set_element()
362 if (check_col(mat, col) < 0) in isl_mat_set_element_si()
1686 if (check_col(mat, dst_col) < 0 || check_col(mat, src_col) < 0) in isl_mat_col_addmul()
1707 if (check_col(mat, col) < 0) in isl_mat_col_neg()