Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/unittests/Support/
DIRBuilderTest.cpp65 IntrinsicInst *II_End1 = dyn_cast<IntrinsicInst>(End1); in TEST_F() local
68 ASSERT_TRUE(II_End1 != NULL); in TEST_F()
69 EXPECT_EQ(II_End1->getIntrinsicID(), Intrinsic::lifetime_end); in TEST_F()
/external/llvm/unittests/IR/
DIRBuilderTest.cpp75 IntrinsicInst *II_End1 = dyn_cast<IntrinsicInst>(End1); in TEST_F() local
78 ASSERT_TRUE(II_End1 != nullptr); in TEST_F()
79 EXPECT_EQ(II_End1->getIntrinsicID(), Intrinsic::lifetime_end); in TEST_F()