Lines Matching refs:StoreValue
2593 StoreInst *StoreValue = in TEST_F() local
2595 ASSERT_NE(StoreValue, nullptr); in TEST_F()
2596 EXPECT_EQ(StoreValue->getValueOperand(), StoreValues[Iter]); in TEST_F()
2597 EXPECT_EQ(StoreValue->getPointerOperand(), DependAddrGEPIter); in TEST_F()
2598 EXPECT_EQ(StoreValue->getAlign(), Align(8)); in TEST_F()
2599 IterInst = dyn_cast<Instruction>(StoreValue); in TEST_F()
2678 StoreInst *StoreValue = in TEST_F() local
2680 ASSERT_NE(StoreValue, nullptr); in TEST_F()
2681 EXPECT_EQ(StoreValue->getValueOperand(), StoreValues[Iter]); in TEST_F()
2682 EXPECT_EQ(StoreValue->getPointerOperand(), DependAddrGEPIter); in TEST_F()
2683 EXPECT_EQ(StoreValue->getAlign(), Align(8)); in TEST_F()
2684 IterInst = dyn_cast<Instruction>(StoreValue); in TEST_F()