Searched refs:tmpAddRec (Results 1 – 1 of 1) sorted by relevance
2166 if (const SCEVAddRecExpr *tmpAddRec = in testRDIV() local2168 SrcConst = tmpAddRec->getStart(); in testRDIV()2169 SrcCoeff = tmpAddRec->getStepRecurrence(*SE); in testRDIV()2170 SrcLoop = tmpAddRec->getLoop(); in testRDIV()2179 if (const SCEVAddRecExpr *tmpAddRec = in testRDIV() local2181 DstConst = tmpAddRec->getStart(); in testRDIV()2182 DstCoeff = tmpAddRec->getStepRecurrence(*SE); in testRDIV()2183 DstLoop = tmpAddRec->getLoop(); in testRDIV()