Searched refs:tmpAddRec (Results 1 – 1 of 1) sorted by relevance
2338 if (const SCEVAddRecExpr *tmpAddRec = in testRDIV() local2340 SrcConst = tmpAddRec->getStart(); in testRDIV()2341 SrcCoeff = tmpAddRec->getStepRecurrence(*SE); in testRDIV()2342 SrcLoop = tmpAddRec->getLoop(); in testRDIV()2351 if (const SCEVAddRecExpr *tmpAddRec = in testRDIV() local2353 DstConst = tmpAddRec->getStart(); in testRDIV()2354 DstCoeff = tmpAddRec->getStepRecurrence(*SE); in testRDIV()2355 DstLoop = tmpAddRec->getLoop(); in testRDIV()