Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp2166 if (const SCEVAddRecExpr *tmpAddRec = in testRDIV() local
2168 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() local
2181 DstConst = tmpAddRec->getStart(); in testRDIV()
2182 DstCoeff = tmpAddRec->getStepRecurrence(*SE); in testRDIV()
2183 DstLoop = tmpAddRec->getLoop(); in testRDIV()