Lines Matching defs:CombinedLoadA
116 auto *CombinedLoadA = cast<VPInstruction>(CombinedAdd->getOperand(0));
118 EXPECT_EQ(VPInstruction::SLPLoad, CombinedLoadA->getOpcode());
123 delete CombinedLoadA;
190 auto *CombinedLoadA = cast<VPInstruction>(CombinedAdd->getOperand(0));
192 EXPECT_EQ(VPInstruction::SLPLoad, CombinedLoadA->getOpcode());
197 EXPECT_EQ(GetA, CombinedLoadA->getOperand(0));
202 delete CombinedLoadA;
260 auto *CombinedLoadA = cast<VPInstruction>(CombinedAdd->getOperand(0));
261 EXPECT_EQ(CombinedLoadA, CombinedAdd->getOperand(1));
262 EXPECT_EQ(VPInstruction::SLPLoad, CombinedLoadA->getOpcode());
266 delete CombinedLoadA;
341 VPInstruction *CombinedLoadA =
343 EXPECT_EQ(VPInstruction::SLPLoad, CombinedLoadA->getOpcode());
346 EXPECT_EQ(LoadvA0->getOperand(0), CombinedLoadA->getOperand(0));
347 EXPECT_EQ(LoadvA1->getOperand(0), CombinedLoadA->getOperand(1));
379 delete CombinedLoadA;