Searched refs:SrcAddRec (Results 1 – 1 of 1) sorted by relevance
2065 const SCEVAddRecExpr *SrcAddRec = dyn_cast<SCEVAddRecExpr>(Src); in testSIV() local2067 if (SrcAddRec && DstAddRec) { in testSIV()2068 const SCEV *SrcConst = SrcAddRec->getStart(); in testSIV()2070 const SCEV *SrcCoeff = SrcAddRec->getStepRecurrence(*SE); in testSIV()2072 const Loop *CurLoop = SrcAddRec->getLoop(); in testSIV()2090 if (SrcAddRec) { in testSIV()2091 const SCEV *SrcConst = SrcAddRec->getStart(); in testSIV()2092 const SCEV *SrcCoeff = SrcAddRec->getStepRecurrence(*SE); in testSIV()2094 const Loop *CurLoop = SrcAddRec->getLoop(); in testSIV()2143 const SCEVAddRecExpr *SrcAddRec = dyn_cast<SCEVAddRecExpr>(Src); in testRDIV() local[all …]