Lines Matching refs:NewCall
1510 CallInst *NewCall = CallInst::Create(Decl, Call->getArgOperand(0), "",1512 NewCall->setMetadata(ImpreciseReleaseMDKind, MDNode::get(C, None));1516 << *NewCall << "\n");1519 Inst = NewCall;