Lines Matching refs:getSCEV
237 const SCEV *NewSCEV = SE->getSCEV(NewI); in doOneIteration()
284 OrigSCEV = SE->getSCEV(I); in matchAndReassociateMinOrMax()
304 OrigSCEV = SE->getSCEV(I); in tryReassociate()
307 OrigSCEV = SE->getSCEV(I); in tryReassociate()
402 IndexExprs.push_back(SE->getSCEV(Index)); in tryReassociateGEPAtIndex()
404 IndexExprs[I] = SE->getSCEV(LHS); in tryReassociateGEPAtIndex()
468 if (SE->getSCEV(I)->isZero()) in tryReassociateBinaryOp()
485 const SCEV *AExpr = SE->getSCEV(A), *BExpr = SE->getSCEV(B); in tryReassociateBinaryOp()
486 const SCEV *RHSExpr = SE->getSCEV(RHS); in tryReassociateBinaryOp()
642 const SCEV *AExpr = SE->getSCEV(A); in tryReassociateMinOrMax()
643 const SCEV *BExpr = SE->getSCEV(B); in tryReassociateMinOrMax()
644 const SCEV *RHSExpr = SE->getSCEV(RHS); in tryReassociateMinOrMax()