Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp2154 if (const SCEVAddRecExpr *tmpAddRec = in testRDIV() local
2156 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() local
2169 DstConst = tmpAddRec->getStart(); in testRDIV()
2170 DstCoeff = tmpAddRec->getStepRecurrence(*SE); in testRDIV()
2171 DstLoop = tmpAddRec->getLoop(); in testRDIV()