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

References

lib/Analysis/ScalarEvolution.cpp
 8164           if (BackedgeTakenCount->isZero()) {
 8182           if (!isa<SCEVCouldNotCompute>(BackedgeTakenCount) &&
 8183               isKnownPositive(BackedgeTakenCount) &&
 8190           if (auto *BTCC = dyn_cast<SCEVConstant>(BackedgeTakenCount)) {