Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2251 const SCEVAddRecExpr *DstAddRec = dyn_cast<SCEVAddRecExpr>(Dst); in testSIV() local
2252 if (SrcAddRec && DstAddRec) { in testSIV()
2254 const SCEV *DstConst = DstAddRec->getStart(); in testSIV()
2256 const SCEV *DstCoeff = DstAddRec->getStepRecurrence(*SE); in testSIV()
2258 assert(CurLoop == DstAddRec->getLoop() && in testSIV()
2285 if (DstAddRec) { in testSIV()
2286 const SCEV *DstConst = DstAddRec->getStart(); in testSIV()
2287 const SCEV *DstCoeff = DstAddRec->getStepRecurrence(*SE); in testSIV()
2289 const Loop *CurLoop = DstAddRec->getLoop(); in testSIV()
2328 const SCEVAddRecExpr *DstAddRec = dyn_cast<SCEVAddRecExpr>(Dst); in testRDIV() local
[all …]