Searched refs:tmpAddRec (Results 1 – 1 of 1) sorted by relevance
2234 if (const SCEVAddRecExpr *tmpAddRec = in testRDIV() local2236 SrcConst = tmpAddRec->getStart(); in testRDIV()2237 SrcCoeff = tmpAddRec->getStepRecurrence(*SE); in testRDIV()2238 SrcLoop = tmpAddRec->getLoop(); in testRDIV()2247 if (const SCEVAddRecExpr *tmpAddRec = in testRDIV() local2249 DstConst = tmpAddRec->getStart(); in testRDIV()2250 DstCoeff = tmpAddRec->getStepRecurrence(*SE); in testRDIV()2251 DstLoop = tmpAddRec->getLoop(); in testRDIV()