Home | History | Annotate | Download | only in Analysis

Lines Matching defs:Ext

1278   const SCEV *Ext = SE.getNoopOrAnyExtend(S, CanonicalIV->getType());
1279 if (isa<SCEVAddRecExpr>(Ext))
1280 NewS = Ext;