Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/Frontend/
DOpenMPIRBuilderTest.cpp723 CallInst *DirectCI = nullptr; in TEST_F() local
727 ASSERT_EQ(DirectCI, nullptr); in TEST_F()
728 DirectCI = cast<CallInst>(Usr); in TEST_F()
745 EXPECT_EQ(DirectCI->getCalledFunction(), OutlinedFn); in TEST_F()
746 EXPECT_EQ(DirectCI->getNumArgOperands(), 3U); in TEST_F()
747 EXPECT_TRUE(isa<AllocaInst>(DirectCI->getArgOperand(0))); in TEST_F()
748 EXPECT_TRUE(isa<AllocaInst>(DirectCI->getArgOperand(1))); in TEST_F()
749 Value *StoredDirectArg = findStoredValue(DirectCI->getArgOperand(2)); in TEST_F()