Searched refs:NewII (Results 1 – 1 of 1) sorted by relevance
764 auto *NewII = InvokeInst::Create(II->getFunctionType(), II->getCalledValue(), in Create() local767 NewII->setCallingConv(II->getCallingConv()); in Create()768 NewII->SubclassOptionalData = II->SubclassOptionalData; in Create()769 NewII->setAttributes(II->getAttributes()); in Create()770 NewII->setDebugLoc(II->getDebugLoc()); in Create()771 return NewII; in Create()