Home
last modified time | relevance | path

Searched refs:tmpAddRec (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp2203 if (const SCEVAddRecExpr *tmpAddRec = in testRDIV() local
2205 SrcConst = tmpAddRec->getStart(); in testRDIV()
2206 SrcCoeff = tmpAddRec->getStepRecurrence(*SE); in testRDIV()
2207 SrcLoop = tmpAddRec->getLoop(); in testRDIV()
2216 if (const SCEVAddRecExpr *tmpAddRec = in testRDIV() local
2218 DstConst = tmpAddRec->getStart(); in testRDIV()
2219 DstCoeff = tmpAddRec->getStepRecurrence(*SE); in testRDIV()
2220 DstLoop = tmpAddRec->getLoop(); in testRDIV()