Searched refs:FourtyTwo (Results 1 – 1 of 1) sorted by relevance
887 Value *FourtyTwo = IRB.getInt32(42); in TEST_F() local888 Value *StoreInst = IRB.CreateStore(FourtyTwo, Alloca); in TEST_F()900 EXPECT_EQ(FourtyTwo, MatchStoreVal); in TEST_F()908 EXPECT_FALSE(m_Store(m_SpecificInt(42), m_Specific(FourtyTwo)) in TEST_F()