Home | History | Annotate | Download | only in Analysis

Lines Matching refs:DstAR

3207   const SCEVAddRecExpr *DstAR = dyn_cast<SCEVAddRecExpr>(DstSCEV);
3208 if (!SrcAR || !DstAR || !SrcAR->isAffine() || !DstAR->isAffine())
3214 SE->collectParametricTerms(DstAR, Terms);
3223 SE->computeAccessFunctions(DstAR, DstSubscripts, Sizes);