Searched refs:NewIntrin (Results 1 – 1 of 1) sorted by relevance
382 DbgDeclareInst* NewIntrin = dyn_cast<DbgDeclareInst>(&NewI); in TEST_F() local383 EXPECT_TRUE(NewIntrin); in TEST_F()389 EXPECT_EQ(NewFunc, cast<AllocaInst>(NewIntrin->getAddress())-> in TEST_F()397 cast<DISubprogram>(NewIntrin->getVariable()->getScope())); in TEST_F()399 DbgValueInst* NewIntrin = dyn_cast<DbgValueInst>(&NewI); in TEST_F() local400 EXPECT_TRUE(NewIntrin); in TEST_F()407 cast<DISubprogram>(NewIntrin->getVariable()->getScope())); in TEST_F()