reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2434 isl_int_init(shift); 2436 isl_constraint_get_constant(c, &shift); 2438 isl_int_fdiv_q(shift, shift, stride); 2438 isl_int_fdiv_q(shift, shift, stride); 2439 r = shift_div(info, div, shift); 2441 isl_int_clear(shift);