Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/
Dbasis_reduction_templ.c25 GBR_lp_get_alpha(lp, first + i, &alpha[i]); in save_alpha()
173 GBR_lp_get_alpha(lp, row, &alpha); in isl_tab_compute_reduced_basis()
Dbasis_reduction_tab.c108 #define GBR_lp_get_alpha(lp, row, alpha) get_alpha(lp, row, alpha) macro