Home
last modified time | relevance | path

Searched refs:FourtyTwo (Results 1 – 2 of 2) sorted by relevance

/external/llvm/unittests/ExecutionEngine/Orc/
DObjectLinkingLayerTest.cpp143 Value *FourtyTwo = ConstantInt::getSigned(Int32Ty, 42); in TEST_F() local
144 Builder.CreateRet(FourtyTwo); in TEST_F()
213 Value *FourtyTwo = ConstantInt::getSigned(Int32Ty, 42); in TEST_F() local
214 Builder.CreateRet(FourtyTwo); in TEST_F()
/external/llvm-project/llvm/unittests/IR/
DPatternMatch.cpp887 Value *FourtyTwo = IRB.getInt32(42); in TEST_F() local
888 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()