reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3829 res = sol->context->op->ineq_sign(sol->context, ineq->el, 3832 if (res == isl_tab_row_unknown || res == isl_tab_row_pos) { 3832 if (res == isl_tab_row_unknown || res == isl_tab_row_pos) { 3842 res = isl_tab_row_pos; 3844 res = (res == isl_tab_row_unknown) ? isl_tab_row_neg 3844 res = (res == isl_tab_row_unknown) ? isl_tab_row_neg 3846 if (res == isl_tab_row_neg) { 3852 if (res == isl_tab_row_neg) { 3862 res = isl_tab_row_any; 3866 return res;