reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
750 : CallBase(II.Attrs, II.FTy, II.getType(), Instruction::Invoke, 750 : CallBase(II.Attrs, II.FTy, II.getType(), Instruction::Invoke, 750 : CallBase(II.Attrs, II.FTy, II.getType(), Instruction::Invoke, 751 OperandTraits<CallBase>::op_end(this) - II.getNumOperands(), 752 II.getNumOperands()) { 753 setCallingConv(II.getCallingConv()); 754 std::copy(II.op_begin(), II.op_end(), op_begin()); 754 std::copy(II.op_begin(), II.op_end(), op_begin()); 755 std::copy(II.bundle_op_info_begin(), II.bundle_op_info_end(), 755 std::copy(II.bundle_op_info_begin(), II.bundle_op_info_end(), 757 SubclassOptionalData = II.SubclassOptionalData;