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

References

lib/Analysis/ScalarEvolution.cpp
 5429   if (!GEP->getSourceElementType()->isSized())
 5430     return getUnknown(GEP);
 5433   for (auto Index = GEP->idx_begin(); Index != GEP->idx_end(); ++Index)
 5433   for (auto Index = GEP->idx_begin(); Index != GEP->idx_end(); ++Index)
 5435   return getGEPExpr(GEP, IndexExprs);