Searched refs:m_Store (Results 1 – 2 of 2) sorted by relevance
413 EXPECT_TRUE(m_Store(m_Value(MatchStoreVal), m_Value(MatchStorePointer)) in TEST_F()418 EXPECT_FALSE(m_Store(m_Value(MatchStoreVal), m_Value(MatchStorePointer)) in TEST_F()421 EXPECT_TRUE(m_Store(m_SpecificInt(42), m_Specific(Alloca)) in TEST_F()423 EXPECT_FALSE(m_Store(m_SpecificInt(42), m_Specific(FourtyTwo)) in TEST_F()425 EXPECT_FALSE(m_Store(m_SpecificInt(43), m_Specific(Alloca)) in TEST_F()
1227 m_Store(const ValueOpTy &ValueOp, const PointerOpTy &PointerOp) { in m_Store() function