Lines Matching refs:getSCEV
275 return SE.isLoopInvariant(SE.getSCEV(V), L);
315 const auto *AddRec = dyn_cast<SCEVAddRecExpr>(SE.getSCEV(LHS));
346 End = SE.getSCEV(RHS);
352 const SCEV *RHSS = SE.getSCEV(RHS);
374 const SCEV *IV = SE.getSCEV(LHS);
375 const SCEV *Offset = SE.getSCEV(RHS);
376 const SCEV *Limit = SE.getSCEV(InvariantRHS);
582 const SCEV *Start = NoopOrExtend(SE.getSCEV(MainLoopStructure.IndVarStart),
584 const SCEV *End = NoopOrExtend(SE.getSCEV(MainLoopStructure.LoopExitAt), RTy,
1025 cast<SCEVAddRecExpr>(SE.getMinusSCEV(SE.getSCEV(LS.IndVarBase), SE.getSCEV(LS.IndVarStep)));