Searched refs:SrcAddRec (Results 1 – 1 of 1) sorted by relevance
2078 const SCEVAddRecExpr *SrcAddRec = dyn_cast<SCEVAddRecExpr>(Src); in testSIV() local2080 if (SrcAddRec && DstAddRec) { in testSIV()2081 const SCEV *SrcConst = SrcAddRec->getStart(); in testSIV()2083 const SCEV *SrcCoeff = SrcAddRec->getStepRecurrence(*SE); in testSIV()2085 const Loop *CurLoop = SrcAddRec->getLoop(); in testSIV()2103 if (SrcAddRec) { in testSIV()2104 const SCEV *SrcConst = SrcAddRec->getStart(); in testSIV()2105 const SCEV *SrcCoeff = SrcAddRec->getStepRecurrence(*SE); in testSIV()2107 const Loop *CurLoop = SrcAddRec->getLoop(); in testSIV()2155 const SCEVAddRecExpr *SrcAddRec = dyn_cast<SCEVAddRecExpr>(Src); in testRDIV() local[all …]