Home | History | Annotate | Download | only in Analysis

Lines Matching defs:Ext

1391   const SCEV *Ext = SE.getNoopOrAnyExtend(S, CanonicalIV->getType());
1392 if (isa<SCEVAddRecExpr>(Ext))
1393 NewS = Ext;