Searched refs:SrcAddRec (Results 1 – 1 of 1) sorted by relevance
2250 const SCEVAddRecExpr *SrcAddRec = dyn_cast<SCEVAddRecExpr>(Src); in testSIV() local2252 if (SrcAddRec && DstAddRec) { in testSIV()2253 const SCEV *SrcConst = SrcAddRec->getStart(); in testSIV()2255 const SCEV *SrcCoeff = SrcAddRec->getStepRecurrence(*SE); in testSIV()2257 const Loop *CurLoop = SrcAddRec->getLoop(); in testSIV()2275 if (SrcAddRec) { in testSIV()2276 const SCEV *SrcConst = SrcAddRec->getStart(); in testSIV()2277 const SCEV *SrcCoeff = SrcAddRec->getStepRecurrence(*SE); in testSIV()2279 const Loop *CurLoop = SrcAddRec->getLoop(); in testSIV()2327 const SCEVAddRecExpr *SrcAddRec = dyn_cast<SCEVAddRecExpr>(Src); in testRDIV() local[all …]