Lines Matching defs:CombinedAdd
113 auto *CombinedAdd = cast<VPInstruction>(CombinedStore->getOperand(0));
114 EXPECT_EQ(Instruction::Add, CombinedAdd->getOpcode());
116 auto *CombinedLoadA = cast<VPInstruction>(CombinedAdd->getOperand(0));
117 auto *CombinedLoadB = cast<VPInstruction>(CombinedAdd->getOperand(1));
122 delete CombinedAdd;
187 auto *CombinedAdd = cast<VPInstruction>(CombinedStore->getOperand(0));
188 EXPECT_EQ(Instruction::Add, CombinedAdd->getOpcode());
190 auto *CombinedLoadA = cast<VPInstruction>(CombinedAdd->getOperand(0));
191 auto *CombinedLoadB = cast<VPInstruction>(CombinedAdd->getOperand(1));
201 delete CombinedAdd;
257 auto *CombinedAdd = cast<VPInstruction>(CombinedStore->getOperand(0));
258 EXPECT_EQ(Instruction::Add, CombinedAdd->getOpcode());
260 auto *CombinedLoadA = cast<VPInstruction>(CombinedAdd->getOperand(0));
261 EXPECT_EQ(CombinedLoadA, CombinedAdd->getOperand(1));
265 delete CombinedAdd;
331 VPInstruction *CombinedAdd =
333 EXPECT_EQ(CombinedAdd->getOpcode(), Instruction::Add);
336 cast<VPInstruction>(CombinedAdd->getOperand(0));
338 cast<VPInstruction>(CombinedAdd->getOperand(1));
376 delete CombinedAdd;