Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2319 if (const SCEVAddRecExpr *tmpAddRec = in testRDIV() local
2321 SrcConst = tmpAddRec->getStart(); in testRDIV()
2322 SrcCoeff = tmpAddRec->getStepRecurrence(*SE); in testRDIV()
2323 SrcLoop = tmpAddRec->getLoop(); in testRDIV()
2332 if (const SCEVAddRecExpr *tmpAddRec = in testRDIV() local
2334 DstConst = tmpAddRec->getStart(); in testRDIV()
2335 DstCoeff = tmpAddRec->getStepRecurrence(*SE); in testRDIV()
2336 DstLoop = tmpAddRec->getLoop(); in testRDIV()