Searched refs:isl_int_abs_ge (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/polly/lib/External/isl/ |
D | isl_int_gmp.h | 68 #define isl_int_abs_ge(i,j) (mpz_cmpabs(i,j) >= 0) macro
|
D | isl_int_imath.h | 66 #define isl_int_abs_ge(i,j) (impz_cmpabs(i,j) >= 0) macro
|
D | isl_int_sioimath.h | 1247 #define isl_int_abs_ge(i, j) (isl_sioimath_abs_cmp(*(i), *(j)) >= 0) macro
|
D | isl_constraint.c | 854 if (isl_int_abs_ge(m, bset->ineq[i][offset+pos])) in isl_basic_set_has_defining_inequalities()
|
D | isl_tab.c | 1441 isl_int_abs_ge(tab->mat->row[row][1], in row_at_most_neg_one() 4124 isl_int_abs_ge(tab->mat->row[row][1], in isl_tab_ineq_type()
|
D | isl_map_simplify.c | 169 r = isl_int_abs_ge(bmap->div[div][1 + pos], bmap->div[div][0]) && in needs_reduction() 1219 if (isl_int_abs_ge(sum, bmap->ineq[k][total + i])) in check_for_div_constraints()
|