reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/External/isl/imath/imath.c
 2532   need = p2 / MP_DIGIT_BIT; rest = p2 % MP_DIGIT_BIT;
 2538   if (rest != 0) {
 2541     if ((*dz >> (MP_DIGIT_BIT - rest)) != 0)
 2562   if (rest) {
 2567       *from = (*from << rest) | (d >> (MP_DIGIT_BIT - rest));
 2567       *from = (*from << rest) | (d >> (MP_DIGIT_BIT - rest));
 2571     d >>= (MP_DIGIT_BIT - rest);