Lines Matching refs:getValueOperand

261   return Store->getValueOperand();  in findStoredValue()
287 Value *StoredAggValue = StoreToAgg->getValueOperand(); in findStoredValueInAggregateAt()
301 StoredValue = Store->getValueOperand(); in findStoredValueInAggregateAt()
1963 dyn_cast<ConstantInt>(LowerBoundStore->getValueOperand()); in TEST_F()
1965 dyn_cast<ConstantInt>(UpperBoundStore->getValueOperand()); in TEST_F()
1966 auto *OrigStride = dyn_cast<ConstantInt>(StrideStore->getValueOperand()); in TEST_F()
2190 dyn_cast<ConstantInt>(LowerBoundStore->getValueOperand()); in TEST_P()
2192 dyn_cast<ConstantInt>(UpperBoundStore->getValueOperand()); in TEST_P()
2194 dyn_cast<ConstantInt>(StrideStore->getValueOperand()); in TEST_P()
2596 EXPECT_EQ(StoreValue->getValueOperand(), StoreValues[Iter]); in TEST_F()
2681 EXPECT_EQ(StoreValue->getValueOperand(), StoreValues[Iter]); in TEST_F()
3105 EXPECT_EQ(StoreofAtomic->getValueOperand(), CastToFlt); in TEST_F()
3154 EXPECT_EQ(StoreofAtomic->getValueOperand(), AtomicLoad); in TEST_F()
3191 EXPECT_EQ(StoreofAtomic->getValueOperand(), ExprCast); in TEST_F()
3233 EXPECT_EQ(StoreofAtomic->getValueOperand(), ValToWrite); in TEST_F()
3660 EXPECT_EQ(Store1->getValueOperand(), Sel1); in TEST_F()
3676 EXPECT_EQ(Store2->getValueOperand(), ExtVal3); in TEST_F()
3704 EXPECT_EQ(Store3->getValueOperand(), ExtVal4); in TEST_F()
3726 EXPECT_EQ(Store4->getValueOperand(), ZExt1); in TEST_F()
3754 EXPECT_EQ(Store5->getValueOperand(), ExtVal7); in TEST_F()
3770 EXPECT_EQ(Store6->getValueOperand(), ZExt2); in TEST_F()
3780 EXPECT_EQ(Store7->getValueOperand(), ARWM1); in TEST_F()
3800 EXPECT_EQ(Store8->getValueOperand(), Sel2); in TEST_F()