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

/haiku-buildtools/gcc/gcc/
H A Dgraphite-optimize-isl.c303 Modulo = isl_pw_aff_zero_set (isl_pw_aff_from_aff (Aff));
382 Modulo = isl_pw_aff_zero_set (isl_pw_aff_from_aff (Aff));
H A Dgraphite-sese-to-poly.c648 isl_pw_aff *l = isl_pw_aff_from_aff (loop);
1075 le = isl_pw_aff_le_set (isl_pw_aff_from_aff (al),
/haiku-buildtools/isl/
H A Disl_input.c470 res = isl_pw_aff_from_aff(aff);
482 res = isl_pw_aff_from_aff(aff);
552 return isl_pw_aff_add(pwaff, isl_pw_aff_from_aff(aff));
564 res = isl_pw_aff_from_aff(isl_aff_zero_on_domain(ls));
972 pa = isl_pw_aff_from_aff(aff);
1211 pa = isl_pw_aff_add(pa, isl_pw_aff_from_aff(aff));
H A Disl_ast_codegen.c475 list = isl_pw_aff_list_add(list, isl_pw_aff_from_aff(aff));
512 list = isl_pw_aff_list_add(list, isl_pw_aff_from_aff(aff));
822 one = isl_pw_aff_from_aff(aff);
H A Disl_aff.c106 return isl_pw_aff_from_aff(isl_aff_zero_on_domain(ls));
155 return isl_pw_aff_from_aff(isl_aff_var_on_domain(ls, type, pos));
2093 __isl_give isl_pw_aff *isl_pw_aff_from_aff(__isl_take isl_aff *aff) function
/haiku-buildtools/isl/include/isl/
H A Daff.h143 __isl_give isl_pw_aff *isl_pw_aff_from_aff(__isl_take isl_aff *aff);

Completed in 78 milliseconds