reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1429 if (isl_int_is_zero(aff->v->el[1 + off + b])) 1436 isl_int_add(aff->v->el[1 + off + a], 1437 aff->v->el[1 + off + a], aff->v->el[1 + off + b]); 1437 aff->v->el[1 + off + a], aff->v->el[1 + off + b]); 1438 isl_int_set_si(aff->v->el[1 + off + b], 0);