Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp2243 if (const SCEVAddRecExpr *tmpAddRec = in testRDIV() local
2245 SrcConst = tmpAddRec->getStart(); in testRDIV()
2246 SrcCoeff = tmpAddRec->getStepRecurrence(*SE); in testRDIV()
2247 SrcLoop = tmpAddRec->getLoop(); in testRDIV()
2256 if (const SCEVAddRecExpr *tmpAddRec = in testRDIV() local
2258 DstConst = tmpAddRec->getStart(); in testRDIV()
2259 DstCoeff = tmpAddRec->getStepRecurrence(*SE); in testRDIV()
2260 DstLoop = tmpAddRec->getLoop(); in testRDIV()