Lines Matching refs:SE2
14178 ScalarEvolution SE2(F, TLI, AC, DT, LI); in verify() local
14199 SCEVMapper SCM(SE2); in verify()
14201 SE2.getReachableBlocks(ReachableBlocks, F); in verify()
14214 const SCEV *Delta = SE2.getMinusSCEV(Old, New); in verify()
14238 auto *NewBECount = SE2.getBackedgeTakenCount(L); in verify()
14240 if (CurBECount == SE2.getCouldNotCompute() || in verify()
14241 NewBECount == SE2.getCouldNotCompute()) { in verify()
14252 NewBECount = SE2.getZeroExtendExpr(NewBECount, CurBECount->getType()); in verify()
14255 CurBECount = SE2.getZeroExtendExpr(CurBECount, NewBECount->getType()); in verify()
14296 const SCEV *NewSCEV = SE2.getSCEV(I); in verify()
14399 const auto RecomputedDisposition = SE2.getLoopDisposition(S, Loop); in verify()
14412 const auto RecomputedDisposition = SE2.getBlockDisposition(S, BB); in verify()
14457 APInt RecomputedMultiple = SE2.getConstantMultiple(S); in verify()