Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/
Disl_tab.c1044 static void update_row_sign(struct isl_tab *tab, int row, int col, int row_sgn) in update_row_sign() argument
1055 isl_assert(mat->ctx, row_sgn > 0, return); in update_row_sign()
1309 static int row_sgn(struct isl_tab *tab, int row) in row_sgn() function
1337 return row_sgn(tab, var->index); in restore_row()