Searched refs:NewIntrin (Results 1 – 1 of 1) sorted by relevance
362 DbgDeclareInst* NewIntrin = dyn_cast<DbgDeclareInst>(&NewI); in TEST_F() local363 EXPECT_TRUE(NewIntrin); in TEST_F()369 EXPECT_EQ(NewFunc, cast<AllocaInst>(NewIntrin->getAddress())-> in TEST_F()377 cast<DISubprogram>(NewIntrin->getVariable()->getScope())); in TEST_F()379 DbgValueInst* NewIntrin = dyn_cast<DbgValueInst>(&NewI); in TEST_F() local380 EXPECT_TRUE(NewIntrin); in TEST_F()387 cast<DISubprogram>(NewIntrin->getVariable()->getScope())); in TEST_F()