Searched refs:DirectCI (Results 1 – 1 of 1) sorted by relevance
989 CallInst *DirectCI = nullptr; in TEST_F() local993 ASSERT_EQ(DirectCI, nullptr); in TEST_F()994 DirectCI = cast<CallInst>(Usr); in TEST_F()1012 EXPECT_EQ(DirectCI->getCalledFunction(), OutlinedFn); in TEST_F()1013 EXPECT_EQ(DirectCI->arg_size(), 3U); in TEST_F()1014 EXPECT_TRUE(isa<AllocaInst>(DirectCI->getArgOperand(0))); in TEST_F()1015 EXPECT_TRUE(isa<AllocaInst>(DirectCI->getArgOperand(1))); in TEST_F()1017 findStoredValueInAggregateAt(Ctx, DirectCI->getArgOperand(2), 0); in TEST_F()