Searched refs:NewCBI (Results 1 – 1 of 1) sorted by relevance
906 auto *NewCBI = CallBrInst::Create( in Create() local909 NewCBI->setCallingConv(CBI->getCallingConv()); in Create()910 NewCBI->SubclassOptionalData = CBI->SubclassOptionalData; in Create()911 NewCBI->setAttributes(CBI->getAttributes()); in Create()912 NewCBI->setDebugLoc(CBI->getDebugLoc()); in Create()913 NewCBI->NumIndirectDests = CBI->NumIndirectDests; in Create()914 return NewCBI; in Create()