Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/Transforms/Vectorize/
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()
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()
348 VPInstruction *CombinedLoadB = in checkReorderExample() local
350 EXPECT_EQ(VPInstruction::SLPLoad, CombinedLoadB->getOpcode()); in checkReorderExample()
353 EXPECT_EQ(LoadvB0->getOperand(0), CombinedLoadB->getOperand(0)); in checkReorderExample()
[all …]