Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2239 if (const SCEVAddRecExpr *tmpAddRec = in testRDIV() local
2241 SrcConst = tmpAddRec->getStart(); in testRDIV()
2242 SrcCoeff = tmpAddRec->getStepRecurrence(*SE); in testRDIV()
2243 SrcLoop = tmpAddRec->getLoop(); in testRDIV()
2252 if (const SCEVAddRecExpr *tmpAddRec = in testRDIV() local
2254 DstConst = tmpAddRec->getStart(); in testRDIV()
2255 DstCoeff = tmpAddRec->getStepRecurrence(*SE); in testRDIV()
2256 DstLoop = tmpAddRec->getLoop(); in testRDIV()