Lines Matching defs:CombinedStore
109 VPInstruction *CombinedStore = Slp.buildGraph(StoreRoot);
111 EXPECT_EQ(VPInstruction::SLPStore, CombinedStore->getOpcode());
113 auto *CombinedAdd = cast<VPInstruction>(CombinedStore->getOperand(0));
121 delete CombinedStore;
183 VPInstruction *CombinedStore = Slp.buildGraph(StoreRoot);
185 EXPECT_EQ(VPInstruction::SLPStore, CombinedStore->getOpcode());
187 auto *CombinedAdd = cast<VPInstruction>(CombinedStore->getOperand(0));
200 delete CombinedStore;
253 VPInstruction *CombinedStore = Slp.buildGraph(StoreRoot);
255 EXPECT_EQ(VPInstruction::SLPStore, CombinedStore->getOpcode());
257 auto *CombinedAdd = cast<VPInstruction>(CombinedStore->getOperand(0));
264 delete CombinedStore;
326 VPInstruction *CombinedStore = Slp.buildGraph(StoreRoot);
329 EXPECT_EQ(CombinedStore->getOpcode(), VPInstruction::SLPStore);
332 cast<VPInstruction>(CombinedStore->getOperand(0));
375 delete CombinedStore;