Searched refs:NewIntrin (Results 1 – 3 of 3) sorted by relevance
621 DbgDeclareInst* NewIntrin = dyn_cast<DbgDeclareInst>(&NewI); in TEST_F() local622 EXPECT_TRUE(NewIntrin); in TEST_F()628 EXPECT_EQ(NewFunc, cast<AllocaInst>(NewIntrin->getAddress())-> in TEST_F()634 EXPECT_EQ(OldIntrin->getVariable(), NewIntrin->getVariable()); in TEST_F()641 cast<DISubprogram>(NewIntrin->getVariable()->getScope())); in TEST_F()644 DbgValueInst* NewIntrin = dyn_cast<DbgValueInst>(&NewI); in TEST_F() local645 EXPECT_TRUE(NewIntrin); in TEST_F()653 cast<DISubprogram>(NewIntrin->getVariable()->getScope())); in TEST_F()
603 Function *NewIntrin = getScalarIntrinsicDeclaration(F->getParent(), ID, Tys); in splitCall() local617 Res[Elem] = Builder.CreateCall(NewIntrin, ScalarCallOps, in splitCall()
1196 Function *NewIntrin = in simplifyAMDGCNMemoryIntrinsicDemanded() local1199 CallInst *NewCall = IC.Builder.CreateCall(NewIntrin, Args); in simplifyAMDGCNMemoryIntrinsicDemanded()