Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2256 if (const SCEVAddRecExpr *tmpAddRec = in testRDIV() local
2258 SrcConst = tmpAddRec->getStart(); in testRDIV()
2259 SrcCoeff = tmpAddRec->getStepRecurrence(*SE); in testRDIV()
2260 SrcLoop = tmpAddRec->getLoop(); in testRDIV()
2269 if (const SCEVAddRecExpr *tmpAddRec = in testRDIV() local
2271 DstConst = tmpAddRec->getStart(); in testRDIV()
2272 DstCoeff = tmpAddRec->getStepRecurrence(*SE); in testRDIV()
2273 DstLoop = tmpAddRec->getLoop(); in testRDIV()