Searched refs:FourtyTwo (Results 1 – 2 of 2) sorted by relevance
143 Value *FourtyTwo = ConstantInt::getSigned(Int32Ty, 42); in TEST_F() local144 Builder.CreateRet(FourtyTwo); in TEST_F()213 Value *FourtyTwo = ConstantInt::getSigned(Int32Ty, 42); in TEST_F() local214 Builder.CreateRet(FourtyTwo); in TEST_F()
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()