Searched refs:CombinedAdd (Results 1 – 1 of 1) sorted by relevance
113 auto *CombinedAdd = cast<VPInstruction>(CombinedStore->getOperand(0)); in TEST_F() local114 EXPECT_EQ(Instruction::Add, CombinedAdd->getOpcode()); in TEST_F()116 auto *CombinedLoadA = cast<VPInstruction>(CombinedAdd->getOperand(0)); in TEST_F()117 auto *CombinedLoadB = cast<VPInstruction>(CombinedAdd->getOperand(1)); in TEST_F()122 delete CombinedAdd; in TEST_F()187 auto *CombinedAdd = cast<VPInstruction>(CombinedStore->getOperand(0)); in TEST_F() local188 EXPECT_EQ(Instruction::Add, CombinedAdd->getOpcode()); in TEST_F()190 auto *CombinedLoadA = cast<VPInstruction>(CombinedAdd->getOperand(0)); in TEST_F()191 auto *CombinedLoadB = cast<VPInstruction>(CombinedAdd->getOperand(1)); in TEST_F()201 delete CombinedAdd; in TEST_F()[all …]