Searched refs:tmpAddRec (Results 1 – 1 of 1) sorted by relevance
2256 if (const SCEVAddRecExpr *tmpAddRec = in testRDIV() local2258 SrcConst = tmpAddRec->getStart(); in testRDIV()2259 SrcCoeff = tmpAddRec->getStepRecurrence(*SE); in testRDIV()2260 SrcLoop = tmpAddRec->getLoop(); in testRDIV()2269 if (const SCEVAddRecExpr *tmpAddRec = in testRDIV() local2271 DstConst = tmpAddRec->getStart(); in testRDIV()2272 DstCoeff = tmpAddRec->getStepRecurrence(*SE); in testRDIV()2273 DstLoop = tmpAddRec->getLoop(); in testRDIV()