Searched refs:tmpAddRec (Results 1 – 1 of 1) sorted by relevance
2203 if (const SCEVAddRecExpr *tmpAddRec = in testRDIV() local2205 SrcConst = tmpAddRec->getStart(); in testRDIV()2206 SrcCoeff = tmpAddRec->getStepRecurrence(*SE); in testRDIV()2207 SrcLoop = tmpAddRec->getLoop(); in testRDIV()2216 if (const SCEVAddRecExpr *tmpAddRec = in testRDIV() local2218 DstConst = tmpAddRec->getStart(); in testRDIV()2219 DstCoeff = tmpAddRec->getStepRecurrence(*SE); in testRDIV()2220 DstLoop = tmpAddRec->getLoop(); in testRDIV()