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

References

lib/Analysis/ScalarEvolution.cpp
 5555   ConstantRange ConservativeResult(BitWidth, /*isFullSet=*/true);
 5563           ConstantRange(APInt::getMinValue(BitWidth),
 5564                         APInt::getMaxValue(BitWidth).lshr(TZ).shl(TZ) + 1);
 5567           APInt::getSignedMinValue(BitWidth),
 5568           APInt::getSignedMaxValue(BitWidth).ashr(TZ).shl(TZ) + 1);
 5629                     ConservativeResult.intersectWith(X.zeroExtend(BitWidth),
 5636                     ConservativeResult.intersectWith(X.signExtend(BitWidth),
 5643                     ConservativeResult.intersectWith(X.truncate(BitWidth),
 5654               ConstantRange(C->getAPInt(), APInt(BitWidth, 0)), RangeType);
 5667           ConstantRange(APInt(BitWidth, 0),
 5668                         APInt::getSignedMinValue(BitWidth)), RangeType);
 5671           ConstantRange(APInt::getSignedMinValue(BitWidth),
 5672                         APInt(BitWidth, 1)), RangeType);
 5679           getTypeSizeInBits(MaxBECount->getType()) <= BitWidth) {
 5682             BitWidth);
 5689             BitWidth);
 5723             ConstantRange(APInt::getSignedMinValue(BitWidth).ashr(NS - 1),
 5724                           APInt::getSignedMaxValue(BitWidth).ashr(NS - 1) + 1),
 5732         ConstantRange RangeFromOps(BitWidth, /*isFullSet=*/false);