Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2234 if (const SCEVAddRecExpr *tmpAddRec = in testRDIV() local
2236 SrcConst = tmpAddRec->getStart(); in testRDIV()
2237 SrcCoeff = tmpAddRec->getStepRecurrence(*SE); in testRDIV()
2238 SrcLoop = tmpAddRec->getLoop(); in testRDIV()
2247 if (const SCEVAddRecExpr *tmpAddRec = in testRDIV() local
2249 DstConst = tmpAddRec->getStart(); in testRDIV()
2250 DstCoeff = tmpAddRec->getStepRecurrence(*SE); in testRDIV()
2251 DstLoop = tmpAddRec->getLoop(); in testRDIV()