Home | History | Annotate | Download | only in IR

Lines Matching refs:NewCI

324   auto *NewCI = CallInst::Create(CI->getCalledValue(), Args, OpB, CI->getName(),
326 NewCI->setTailCallKind(CI->getTailCallKind());
327 NewCI->setCallingConv(CI->getCallingConv());
328 NewCI->SubclassOptionalData = CI->SubclassOptionalData;
329 NewCI->setAttributes(CI->getAttributes());
330 NewCI->setDebugLoc(CI->getDebugLoc());
331 return NewCI;