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