Lines Matching refs:SCEVAddRecExpr

877   const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Src);  in checkSrcSubscript()
902 const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Dst); in checkDstSubscript()
1020 if (const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Bound)) { in isKnownLessThan()
1042 if (const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(S)) { in isKnownNonNegative()
2151 const SCEVAddRecExpr *SrcAddRec = dyn_cast<SCEVAddRecExpr>(Src); in testSIV()
2152 const SCEVAddRecExpr *DstAddRec = dyn_cast<SCEVAddRecExpr>(Dst); in testSIV()
2228 const SCEVAddRecExpr *SrcAddRec = dyn_cast<SCEVAddRecExpr>(Src); in testRDIV()
2229 const SCEVAddRecExpr *DstAddRec = dyn_cast<SCEVAddRecExpr>(Dst); in testRDIV()
2239 if (const SCEVAddRecExpr *tmpAddRec = in testRDIV()
2240 dyn_cast<SCEVAddRecExpr>(SrcAddRec->getStart())) { in testRDIV()
2252 if (const SCEVAddRecExpr *tmpAddRec = in testRDIV()
2253 dyn_cast<SCEVAddRecExpr>(DstAddRec->getStart())) { in testRDIV()
2334 while (const SCEVAddRecExpr *AddRec = in gcdMIVtest()
2335 dyn_cast<SCEVAddRecExpr>(Coefficients)) { in gcdMIVtest()
2353 while (const SCEVAddRecExpr *AddRec = in gcdMIVtest()
2354 dyn_cast<SCEVAddRecExpr>(Coefficients)) { in gcdMIVtest()
2423 while (const SCEVAddRecExpr *AddRec = in gcdMIVtest()
2424 dyn_cast<SCEVAddRecExpr>(Coefficients)) { in gcdMIVtest()
2431 while (RunningGCD != 1 && isa<SCEVAddRecExpr>(Inner)) { in gcdMIVtest()
2432 AddRec = cast<SCEVAddRecExpr>(Inner); in gcdMIVtest()
2448 while (RunningGCD != 1 && isa<SCEVAddRecExpr>(Inner)) { in gcdMIVtest()
2449 AddRec = cast<SCEVAddRecExpr>(Inner); in gcdMIVtest()
2916 while (const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Subscript)) { in collectCoeffInfo()
2990 const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Expr); in findCoefficient()
3006 const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Expr); in zeroCoefficient()
3026 const SCEVAddRecExpr *AddRec = dyn_cast<SCEVAddRecExpr>(Expr); in addToCoefficient()
3288 const SCEVAddRecExpr *SrcAR = dyn_cast<SCEVAddRecExpr>(SrcSCEV); in tryDelinearize()
3289 const SCEVAddRecExpr *DstAR = dyn_cast<SCEVAddRecExpr>(DstSCEV); in tryDelinearize()