Searched refs:tmpAddRec (Results 1 – 1 of 1) sorted by relevance
2154 if (const SCEVAddRecExpr *tmpAddRec = in testRDIV() local2156 SrcConst = tmpAddRec->getStart(); in testRDIV()2157 SrcCoeff = tmpAddRec->getStepRecurrence(*SE); in testRDIV()2158 SrcLoop = tmpAddRec->getLoop(); in testRDIV()2167 if (const SCEVAddRecExpr *tmpAddRec = in testRDIV() local2169 DstConst = tmpAddRec->getStart(); in testRDIV()2170 DstCoeff = tmpAddRec->getStepRecurrence(*SE); in testRDIV()2171 DstLoop = tmpAddRec->getLoop(); in testRDIV()