Home
last modified time | relevance | path

Searched refs:CombinedLoadB (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Transforms/Vectorize/
H A DVPlanSlpTest.cpp117 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()
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()
[all …]