Searched refs:NewCBI (Results 1 – 1 of 1) sorted by relevance
975 auto *NewCBI = CallBrInst::Create( in Create() local978 NewCBI->setCallingConv(CBI->getCallingConv()); in Create()979 NewCBI->SubclassOptionalData = CBI->SubclassOptionalData; in Create()980 NewCBI->setAttributes(CBI->getAttributes()); in Create()981 NewCBI->setDebugLoc(CBI->getDebugLoc()); in Create()982 NewCBI->NumIndirectDests = CBI->NumIndirectDests; in Create()983 return NewCBI; in Create()