Lines Matching refs:CombinedStore
109 VPInstruction *CombinedStore = Slp.buildGraph(StoreRoot); in TEST_F() local
111 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() local
185 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() local
255 EXPECT_EQ(VPInstruction::SLPStore, CombinedStore->getOpcode()); in TEST_F()
257 auto *CombinedAdd = cast<VPInstruction>(CombinedStore->getOperand(0)); in TEST_F()
264 delete CombinedStore; in TEST_F()
326 VPInstruction *CombinedStore = Slp.buildGraph(StoreRoot); in checkReorderExample() local
329 EXPECT_EQ(CombinedStore->getOpcode(), VPInstruction::SLPStore); in checkReorderExample()
332 cast<VPInstruction>(CombinedStore->getOperand(0)); in checkReorderExample()
375 delete CombinedStore; in checkReorderExample()