Lines Matching defs:SE2
14352 ScalarEvolution SE2(F, TLI, AC, DT, LI);
14373 SCEVMapper SCM(SE2);
14375 SE2.getReachableBlocks(ReachableBlocks, F);
14388 const SCEV *Delta = SE2.getMinusSCEV(Old, New);
14412 auto *NewBECount = SE2.getBackedgeTakenCount(L);
14414 if (CurBECount == SE2.getCouldNotCompute() ||
14415 NewBECount == SE2.getCouldNotCompute()) {
14426 NewBECount = SE2.getZeroExtendExpr(NewBECount, CurBECount->getType());
14429 CurBECount = SE2.getZeroExtendExpr(CurBECount, NewBECount->getType());
14470 const SCEV *NewSCEV = SE2.getSCEV(I);
14573 const auto RecomputedDisposition = SE2.getLoopDisposition(S, Loop);
14586 const auto RecomputedDisposition = SE2.getBlockDisposition(S, BB);
14631 APInt RecomputedMultiple = SE2.getConstantMultiple(S);