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.cpp2232 const SCEVAddRecExpr *DstAddRec = dyn_cast<SCEVAddRecExpr>(Dst); in testSIV() local
2233 if (SrcAddRec && DstAddRec) { in testSIV()
2235 const SCEV *DstConst = DstAddRec->getStart(); in testSIV()
2237 const SCEV *DstCoeff = DstAddRec->getStepRecurrence(*SE); in testSIV()
2239 assert(CurLoop == DstAddRec->getLoop() && in testSIV()
2266 if (DstAddRec) { in testSIV()
2267 const SCEV *DstConst = DstAddRec->getStart(); in testSIV()
2268 const SCEV *DstCoeff = DstAddRec->getStepRecurrence(*SE); in testSIV()
2270 const Loop *CurLoop = DstAddRec->getLoop(); in testSIV()
2309 const SCEVAddRecExpr *DstAddRec = dyn_cast<SCEVAddRecExpr>(Dst); in testRDIV() local
[all …]