Searched refs:SrcAddRec (Results 1 – 1 of 1) sorted by relevance
2146 const SCEVAddRecExpr *SrcAddRec = dyn_cast<SCEVAddRecExpr>(Src); in testSIV() local2148 if (SrcAddRec && DstAddRec) { in testSIV()2149 const SCEV *SrcConst = SrcAddRec->getStart(); in testSIV()2151 const SCEV *SrcCoeff = SrcAddRec->getStepRecurrence(*SE); in testSIV()2153 const Loop *CurLoop = SrcAddRec->getLoop(); in testSIV()2171 if (SrcAddRec) { in testSIV()2172 const SCEV *SrcConst = SrcAddRec->getStart(); in testSIV()2173 const SCEV *SrcCoeff = SrcAddRec->getStepRecurrence(*SE); in testSIV()2175 const Loop *CurLoop = SrcAddRec->getLoop(); in testSIV()2223 const SCEVAddRecExpr *SrcAddRec = dyn_cast<SCEVAddRecExpr>(Src); in testRDIV() local[all …]