Lines Matching refs:Exp

192   SCEVExpander Exp(SE, NIM.getDataLayout(), "expander");  in TEST_F()  local
193 Exp.disableCanonicalMode(); in TEST_F()
194 Exp.expandCodeFor(AddRec, T_pint64, Ret); in TEST_F()
262 SCEVExpander Exp(SE, M.getDataLayout(), "expander"); in TEST_F() local
267 EXPECT_FALSE(Exp.isSafeToExpandAt(AR, Top->getTerminator())); in TEST_F()
268 EXPECT_FALSE(Exp.isSafeToExpandAt(AR, LPh->getTerminator())); in TEST_F()
269 EXPECT_TRUE(Exp.isSafeToExpandAt(AR, L->getTerminator())); in TEST_F()
270 EXPECT_TRUE(Exp.isSafeToExpandAt(AR, Post->getTerminator())); in TEST_F()
273 Exp.expandCodeFor(SE.getSCEV(Add), nullptr, Ret); in TEST_F()
324 SCEVExpander Exp(SE, M.getDataLayout(), "expander"); in TEST_F() local
325 auto *I = cast<Instruction>(Exp.expandCodeFor(S, nullptr, R)); in TEST_F()
376 SCEVExpander Exp(SE, M.getDataLayout(), "expander"); in TEST_F() local
377 auto *I = cast<Instruction>(Exp.expandCodeFor(S, nullptr, R)); in TEST_F()
427 SCEVExpander Exp(SE, M.getDataLayout(), "expander"); in TEST_F() local
428 auto *I = cast<Instruction>(Exp.expandCodeFor(SC1, nullptr, R)); in TEST_F()
478 SCEVExpander Exp(SE, M.getDataLayout(), "expander"); in TEST_F() local
479 auto *I = cast<Instruction>(Exp.expandCodeFor(SC1, nullptr, R)); in TEST_F()
519 SCEVExpander Exp(SE, M->getDataLayout(), "expander"); in TEST_F() local
521 Exp.expandCodeFor(AR, nullptr, InsertAt); in TEST_F()
570 SCEVExpander Exp(SE, M->getDataLayout(), "expander"); in TEST_F() local
572 Exp.expandCodeFor(AR, nullptr, InsertAt); in TEST_F()
652 SCEVExpander Exp(SE, M->getDataLayout(), "expander"); in TEST_F() local
654 Exp.expandCodeFor(AR, nullptr, InsertAt); in TEST_F()
705 SCEVExpander Exp(SE, M->getDataLayout(), "expander"); in TEST_F() local
706 auto *I = cast<Instruction>(Exp.expandCodeFor(AndSCEV, nullptr, And)); in TEST_F()
762 SCEVExpander Exp(SE, M->getDataLayout(), "expander"); in TEST_F() local
764 Value *V = Exp.expandCodeFor(AR, nullptr, InsertAt); in TEST_F()
811 SCEVExpander Exp(SE, M->getDataLayout(), "expander"); in TEST_F() local
813 Value *V = Exp.expandCodeFor(AR, nullptr, InsertAt); in TEST_F()
866 SCEVExpander Exp(SE, M->getDataLayout(), "expander"); in TEST_F() local
868 Value *V = Exp.expandCodeFor(AR, nullptr, InsertAt); in TEST_F()
933 SCEVExpander Exp(SE, M->getDataLayout(), "expander"); in TEST_F() local
935 Value *V = Exp.expandCodeFor(PtrPlus1, I.getType(), &I); in TEST_F()