Home | History | Annotate | Download | only in Analysis

Lines Matching defs:Ext

1498   const SCEV *Ext = SE.getNoopOrAnyExtend(S, CanonicalIV->getType());
1499 if (isa<SCEVAddRecExpr>(Ext))
1500 NewS = Ext;