Lines Matching refs:SCEVAddRecExpr

964   const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Expr);  in checkSubscript()
1111 if (const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Bound)) { in isKnownLessThan()
1133 if (const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(S)) { in isKnownNonNegative()
2231 const SCEVAddRecExpr *SrcAddRec = dyn_cast<SCEVAddRecExpr>(Src); in testSIV()
2232 const SCEVAddRecExpr *DstAddRec = dyn_cast<SCEVAddRecExpr>(Dst); in testSIV()
2308 const SCEVAddRecExpr *SrcAddRec = dyn_cast<SCEVAddRecExpr>(Src); in testRDIV()
2309 const SCEVAddRecExpr *DstAddRec = dyn_cast<SCEVAddRecExpr>(Dst); in testRDIV()
2319 if (const SCEVAddRecExpr *tmpAddRec = in testRDIV()
2320 dyn_cast<SCEVAddRecExpr>(SrcAddRec->getStart())) { in testRDIV()
2332 if (const SCEVAddRecExpr *tmpAddRec = in testRDIV()
2333 dyn_cast<SCEVAddRecExpr>(DstAddRec->getStart())) { in testRDIV()
2414 while (const SCEVAddRecExpr *AddRec = in gcdMIVtest()
2415 dyn_cast<SCEVAddRecExpr>(Coefficients)) { in gcdMIVtest()
2433 while (const SCEVAddRecExpr *AddRec = in gcdMIVtest()
2434 dyn_cast<SCEVAddRecExpr>(Coefficients)) { in gcdMIVtest()
2503 while (const SCEVAddRecExpr *AddRec = in gcdMIVtest()
2504 dyn_cast<SCEVAddRecExpr>(Coefficients)) { in gcdMIVtest()
2511 while (RunningGCD != 1 && isa<SCEVAddRecExpr>(Inner)) { in gcdMIVtest()
2512 AddRec = cast<SCEVAddRecExpr>(Inner); in gcdMIVtest()
2528 while (RunningGCD != 1 && isa<SCEVAddRecExpr>(Inner)) { in gcdMIVtest()
2529 AddRec = cast<SCEVAddRecExpr>(Inner); in gcdMIVtest()
3009 while (const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Subscript)) { in collectCoeffInfo()
3083 const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Expr); in findCoefficient()
3099 const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Expr); in zeroCoefficient()
3119 const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Expr); in addToCoefficient()
3501 const SCEVAddRecExpr *SrcAR = dyn_cast<SCEVAddRecExpr>(SrcSCEV); in tryDelinearizeParametricSize()
3502 const SCEVAddRecExpr *DstAR = dyn_cast<SCEVAddRecExpr>(DstSCEV); in tryDelinearizeParametricSize()