Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp2079 const SCEVAddRecExpr *DstAddRec = dyn_cast<SCEVAddRecExpr>(Dst); in testSIV() local
2080 if (SrcAddRec && DstAddRec) { in testSIV()
2082 const SCEV *DstConst = DstAddRec->getStart(); in testSIV()
2084 const SCEV *DstCoeff = DstAddRec->getStepRecurrence(*SE); in testSIV()
2086 assert(CurLoop == DstAddRec->getLoop() && in testSIV()
2113 if (DstAddRec) { in testSIV()
2114 const SCEV *DstConst = DstAddRec->getStart(); in testSIV()
2115 const SCEV *DstCoeff = DstAddRec->getStepRecurrence(*SE); in testSIV()
2117 const Loop *CurLoop = DstAddRec->getLoop(); in testSIV()
2156 const SCEVAddRecExpr *DstAddRec = dyn_cast<SCEVAddRecExpr>(Dst); in testRDIV() local
[all …]