Searched refs:SrcAddRec (Results 1 – 1 of 1) sorted by relevance
2231 const SCEVAddRecExpr *SrcAddRec = dyn_cast<SCEVAddRecExpr>(Src); in testSIV() local2233 if (SrcAddRec && DstAddRec) { in testSIV()2234 const SCEV *SrcConst = SrcAddRec->getStart(); in testSIV()2236 const SCEV *SrcCoeff = SrcAddRec->getStepRecurrence(*SE); in testSIV()2238 const Loop *CurLoop = SrcAddRec->getLoop(); in testSIV()2256 if (SrcAddRec) { in testSIV()2257 const SCEV *SrcConst = SrcAddRec->getStart(); in testSIV()2258 const SCEV *SrcCoeff = SrcAddRec->getStepRecurrence(*SE); in testSIV()2260 const Loop *CurLoop = SrcAddRec->getLoop(); in testSIV()2308 const SCEVAddRecExpr *SrcAddRec = dyn_cast<SCEVAddRecExpr>(Src); in testRDIV() local[all …]