Lines Matching refs:NewCS
1415 CallSite NewCS;
1417 NewCS = IRB.CreateInvoke(Func, II->getNormalDest(), II->getUnwindDest(),
1420 NewCS = IRB.CreateCall(Func, Args);
1422 NewCS.setCallingConv(CS.getCallingConv());
1423 NewCS.setAttributes(CS.getAttributes().removeAttributes(
1425 AttributeFuncs::typeIncompatible(NewCS.getInstruction()->getType(),
1430 ExtractValueInst::Create(NewCS.getInstruction(), 0, "", Next);
1433 ExtractValueInst::Create(NewCS.getInstruction(), 1, "", Next);