Lines Matching refs:SCEVAddRecExpr

891   const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Expr);  in checkSubscript()
1026 if (const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Bound)) { in isKnownLessThan()
1048 if (const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(S)) { in isKnownNonNegative()
2146 const SCEVAddRecExpr *SrcAddRec = dyn_cast<SCEVAddRecExpr>(Src); in testSIV()
2147 const SCEVAddRecExpr *DstAddRec = dyn_cast<SCEVAddRecExpr>(Dst); in testSIV()
2223 const SCEVAddRecExpr *SrcAddRec = dyn_cast<SCEVAddRecExpr>(Src); in testRDIV()
2224 const SCEVAddRecExpr *DstAddRec = dyn_cast<SCEVAddRecExpr>(Dst); in testRDIV()
2234 if (const SCEVAddRecExpr *tmpAddRec = in testRDIV()
2235 dyn_cast<SCEVAddRecExpr>(SrcAddRec->getStart())) { in testRDIV()
2247 if (const SCEVAddRecExpr *tmpAddRec = in testRDIV()
2248 dyn_cast<SCEVAddRecExpr>(DstAddRec->getStart())) { in testRDIV()
2329 while (const SCEVAddRecExpr *AddRec = in gcdMIVtest()
2330 dyn_cast<SCEVAddRecExpr>(Coefficients)) { in gcdMIVtest()
2348 while (const SCEVAddRecExpr *AddRec = in gcdMIVtest()
2349 dyn_cast<SCEVAddRecExpr>(Coefficients)) { in gcdMIVtest()
2418 while (const SCEVAddRecExpr *AddRec = in gcdMIVtest()
2419 dyn_cast<SCEVAddRecExpr>(Coefficients)) { in gcdMIVtest()
2426 while (RunningGCD != 1 && isa<SCEVAddRecExpr>(Inner)) { in gcdMIVtest()
2427 AddRec = cast<SCEVAddRecExpr>(Inner); in gcdMIVtest()
2443 while (RunningGCD != 1 && isa<SCEVAddRecExpr>(Inner)) { in gcdMIVtest()
2444 AddRec = cast<SCEVAddRecExpr>(Inner); in gcdMIVtest()
2911 while (const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Subscript)) { in collectCoeffInfo()
2985 const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Expr); in findCoefficient()
3001 const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Expr); in zeroCoefficient()
3021 const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Expr); in addToCoefficient()
3417 const SCEVAddRecExpr *SrcAR = dyn_cast<SCEVAddRecExpr>(SrcSCEV); in tryDelinearizeParametricSize()
3418 const SCEVAddRecExpr *DstAR = dyn_cast<SCEVAddRecExpr>(DstSCEV); in tryDelinearizeParametricSize()