Lines Matching refs:Coefficients
2298 const SCEV *Coefficients = Src; in gcdMIVtest() local
2300 dyn_cast<SCEVAddRecExpr>(Coefficients)) { in gcdMIVtest()
2311 Coefficients = AddRec->getStart(); in gcdMIVtest()
2313 const SCEV *SrcConst = Coefficients; in gcdMIVtest()
2319 Coefficients = Dst; in gcdMIVtest()
2321 dyn_cast<SCEVAddRecExpr>(Coefficients)) { in gcdMIVtest()
2332 Coefficients = AddRec->getStart(); in gcdMIVtest()
2334 const SCEV *DstConst = Coefficients; in gcdMIVtest()
2391 Coefficients = Src; in gcdMIVtest()
2393 dyn_cast<SCEVAddRecExpr>(Coefficients)) { in gcdMIVtest()
2394 Coefficients = AddRec->getStart(); in gcdMIVtest()