Lines Matching defs:CombinedLoadB
117 auto *CombinedLoadB = cast<VPInstruction>(CombinedAdd->getOperand(1));
119 EXPECT_EQ(VPInstruction::SLPLoad, CombinedLoadB->getOpcode());
124 delete CombinedLoadB;
191 auto *CombinedLoadB = cast<VPInstruction>(CombinedAdd->getOperand(1));
193 EXPECT_EQ(VPInstruction::SLPLoad, CombinedLoadB->getOpcode());
198 EXPECT_EQ(GetB, CombinedLoadB->getOperand(0));
203 delete CombinedLoadB;
349 VPInstruction *CombinedLoadB =
351 EXPECT_EQ(VPInstruction::SLPLoad, CombinedLoadB->getOpcode());
354 EXPECT_EQ(LoadvB0->getOperand(0), CombinedLoadB->getOperand(0));
355 EXPECT_EQ(LoadvB1->getOperand(0), CombinedLoadB->getOperand(1));
380 delete CombinedLoadB;