Lines Matching refs:SCEVAddRecExpr

901   const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Expr);  in checkSubscript()
1048 if (const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Bound)) { in isKnownLessThan()
1070 if (const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(S)) { in isKnownNonNegative()
2168 const SCEVAddRecExpr *SrcAddRec = dyn_cast<SCEVAddRecExpr>(Src); in testSIV()
2169 const SCEVAddRecExpr *DstAddRec = dyn_cast<SCEVAddRecExpr>(Dst); in testSIV()
2245 const SCEVAddRecExpr *SrcAddRec = dyn_cast<SCEVAddRecExpr>(Src); in testRDIV()
2246 const SCEVAddRecExpr *DstAddRec = dyn_cast<SCEVAddRecExpr>(Dst); in testRDIV()
2256 if (const SCEVAddRecExpr *tmpAddRec = in testRDIV()
2257 dyn_cast<SCEVAddRecExpr>(SrcAddRec->getStart())) { in testRDIV()
2269 if (const SCEVAddRecExpr *tmpAddRec = in testRDIV()
2270 dyn_cast<SCEVAddRecExpr>(DstAddRec->getStart())) { in testRDIV()
2351 while (const SCEVAddRecExpr *AddRec = in gcdMIVtest()
2352 dyn_cast<SCEVAddRecExpr>(Coefficients)) { in gcdMIVtest()
2370 while (const SCEVAddRecExpr *AddRec = in gcdMIVtest()
2371 dyn_cast<SCEVAddRecExpr>(Coefficients)) { in gcdMIVtest()
2440 while (const SCEVAddRecExpr *AddRec = in gcdMIVtest()
2441 dyn_cast<SCEVAddRecExpr>(Coefficients)) { in gcdMIVtest()
2448 while (RunningGCD != 1 && isa<SCEVAddRecExpr>(Inner)) { in gcdMIVtest()
2449 AddRec = cast<SCEVAddRecExpr>(Inner); in gcdMIVtest()
2465 while (RunningGCD != 1 && isa<SCEVAddRecExpr>(Inner)) { in gcdMIVtest()
2466 AddRec = cast<SCEVAddRecExpr>(Inner); in gcdMIVtest()
2946 while (const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Subscript)) { in collectCoeffInfo()
3020 const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Expr); in findCoefficient()
3036 const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Expr); in zeroCoefficient()
3056 const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Expr); in addToCoefficient()
3438 const SCEVAddRecExpr *SrcAR = dyn_cast<SCEVAddRecExpr>(SrcSCEV); in tryDelinearizeParametricSize()
3439 const SCEVAddRecExpr *DstAR = dyn_cast<SCEVAddRecExpr>(DstSCEV); in tryDelinearizeParametricSize()