Searched refs:tmpAddRec (Results 1 – 1 of 1) sorted by relevance
2319 if (const SCEVAddRecExpr *tmpAddRec = in testRDIV() local2321 SrcConst = tmpAddRec->getStart(); in testRDIV()2322 SrcCoeff = tmpAddRec->getStepRecurrence(*SE); in testRDIV()2323 SrcLoop = tmpAddRec->getLoop(); in testRDIV()2332 if (const SCEVAddRecExpr *tmpAddRec = in testRDIV() local2334 DstConst = tmpAddRec->getStart(); in testRDIV()2335 DstCoeff = tmpAddRec->getStepRecurrence(*SE); in testRDIV()2336 DstLoop = tmpAddRec->getLoop(); in testRDIV()