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

References

lib/Analysis/ScalarEvolution.cpp
11952         NewBECount == SE2.getCouldNotCompute()) {
11961     if (containsUndefs(CurBECount) || containsUndefs(NewBECount)) {
11972         SE.getTypeSizeInBits(NewBECount->getType()))
11973       NewBECount = SE2.getZeroExtendExpr(NewBECount, CurBECount->getType());
11973       NewBECount = SE2.getZeroExtendExpr(NewBECount, CurBECount->getType());
11975              SE.getTypeSizeInBits(NewBECount->getType()))
11976       CurBECount = SE2.getZeroExtendExpr(CurBECount, NewBECount->getType());
11978     const SCEV *Delta = SE2.getMinusSCEV(CurBECount, NewBECount);
11984       dbgs() << "New: " << *NewBECount << "\n";