Searched refs:CombinedStore (Results 1 – 1 of 1) sorted by relevance
109 VPInstruction *CombinedStore = Slp.buildGraph(StoreRoot); in TEST_F() local111 EXPECT_EQ(VPInstruction::SLPStore, CombinedStore->getOpcode()); in TEST_F()113 auto *CombinedAdd = cast<VPInstruction>(CombinedStore->getOperand(0)); in TEST_F()121 delete CombinedStore; in TEST_F()183 VPInstruction *CombinedStore = Slp.buildGraph(StoreRoot); in TEST_F() local185 EXPECT_EQ(VPInstruction::SLPStore, CombinedStore->getOpcode()); in TEST_F()187 auto *CombinedAdd = cast<VPInstruction>(CombinedStore->getOperand(0)); in TEST_F()200 delete CombinedStore; in TEST_F()253 VPInstruction *CombinedStore = Slp.buildGraph(StoreRoot); in TEST_F() local255 EXPECT_EQ(VPInstruction::SLPStore, CombinedStore->getOpcode()); in TEST_F()[all …]