Lines Matching refs:expandCodeFor
194 Exp.expandCodeFor(AddRec, T_pint64, Ret); in TEST_F()
273 Exp.expandCodeFor(SE.getSCEV(Add), nullptr, Ret); in TEST_F()
325 auto *I = cast<Instruction>(Exp.expandCodeFor(S, nullptr, R)); in TEST_F()
377 auto *I = cast<Instruction>(Exp.expandCodeFor(S, nullptr, R)); in TEST_F()
428 auto *I = cast<Instruction>(Exp.expandCodeFor(SC1, nullptr, R)); in TEST_F()
479 auto *I = cast<Instruction>(Exp.expandCodeFor(SC1, nullptr, R)); in TEST_F()
521 Exp.expandCodeFor(AR, nullptr, InsertAt); in TEST_F()
572 Exp.expandCodeFor(AR, nullptr, InsertAt); in TEST_F()
654 Exp.expandCodeFor(AR, nullptr, InsertAt); in TEST_F()
706 auto *I = cast<Instruction>(Exp.expandCodeFor(AndSCEV, nullptr, And)); in TEST_F()
764 Value *V = Exp.expandCodeFor(AR, nullptr, InsertAt); in TEST_F()
813 Value *V = Exp.expandCodeFor(AR, nullptr, InsertAt); in TEST_F()
868 Value *V = Exp.expandCodeFor(AR, nullptr, InsertAt); in TEST_F()
935 Value *V = Exp.expandCodeFor(PtrPlus1, I.getType(), &I); in TEST_F()