Lines Matching refs:getSCEV
120 auto *S = SE.getSCEV(CastB); in TEST_F()
263 const SCEV *S = SE.getSCEV(Phi); in TEST_F()
273 Exp.expandCodeFor(SE.getSCEV(Add), nullptr, Ret); in TEST_F()
322 const SCEV *S = SE.getSCEV(S1); in TEST_F()
374 const SCEV *S = SE.getSCEV(S1); in TEST_F()
420 const SCEV *SC2 = SE.getSCEV(S2); in TEST_F()
423 const SCEV *SC1 = SE.getSCEV(S1); in TEST_F()
471 const SCEV *SC2 = SE.getSCEV(S2); in TEST_F()
474 const SCEV *SC1 = SE.getSCEV(S1); in TEST_F()
701 const SCEV *AndSCEV = SE.getSCEV(And); in TEST_F()
765 auto *ExpandedAR = SE.getSCEV(V); in TEST_F()
814 auto *ExpandedAR = SE.getSCEV(V); in TEST_F()
869 auto *ExpandedAR = SE.getSCEV(V); in TEST_F()
932 SE.getAddExpr(SE.getSCEV(&I), SE.getConstant(I.getType(), 1)); in TEST_F()