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

References

lib/Analysis/ScalarEvolution.cpp
 5560   if (TZ != 0) {
 5564                         APInt::getMaxValue(BitWidth).lshr(TZ).shl(TZ) + 1);
 5564                         APInt::getMaxValue(BitWidth).lshr(TZ).shl(TZ) + 1);
 5568           APInt::getSignedMaxValue(BitWidth).ashr(TZ).shl(TZ) + 1);
 5568           APInt::getSignedMaxValue(BitWidth).ashr(TZ).shl(TZ) + 1);