Searched refs:StoreValue (Results 1 – 5 of 5) sorted by relevance
302 if (LoadValue == StoreValue[i] && LoadOffset == StoreOffset[i]) in isLoadOfStoredAddress()307 if (StoreValue[i] == LoadValue) { in isLoadOfStoredAddress()406 StoreValue[NumStores] = MO->getValue(); in EmitInstruction()
71 const Value *StoreValue[4]; variable
142 Value *StoreValue = nullptr; in getPromotableAlloca() local156 if (StoreValue || Store->isVolatile()) in getPromotableAlloca()158 StoreValue = Store->getValueOperand(); in getPromotableAlloca()164 return dyn_cast_or_null<Constant>(StoreValue); in getPromotableAlloca()
2593 StoreInst *StoreValue = in TEST_F() local2595 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() local2680 ASSERT_NE(StoreValue, nullptr); in TEST_F()2681 EXPECT_EQ(StoreValue->getValueOperand(), StoreValues[Iter]); in TEST_F()2683 EXPECT_EQ(StoreValue->getAlign(), Align(8)); in TEST_F()[all …]
5769 llvm::Value *StoreValue = EmitScalarConversion( in EmitOMPOrderedDirective() local5772 StoreValues.emplace_back(StoreValue); in EmitOMPOrderedDirective()