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