Home | History | Annotate | Download | only in Vectorize

Lines Matching defs:Sc

741   const SCEV *Sc = SE->getSCEV(Ptr);
742 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(Sc);
1092 const SCEV *Sc = SE->getSCEV(Ptr);
1094 if (SE->isLoopInvariant(Sc, OrigLoop)) {