Home | History | Annotate | Download | only in Analysis

Lines Matching refs:SrcAR

3206   const SCEVAddRecExpr *SrcAR = dyn_cast<SCEVAddRecExpr>(SrcSCEV);
3208 if (!SrcAR || !DstAR || !SrcAR->isAffine() || !DstAR->isAffine())
3213 SE->collectParametricTerms(SrcAR, Terms);
3222 SE->computeAccessFunctions(SrcAR, SrcSubscripts, Sizes);