reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/IR/Instructions.cpp
  832     : CallBase(CBI.Attrs, CBI.FTy, CBI.getType(), Instruction::CallBr,
  832     : CallBase(CBI.Attrs, CBI.FTy, CBI.getType(), Instruction::CallBr,
  832     : CallBase(CBI.Attrs, CBI.FTy, CBI.getType(), Instruction::CallBr,
  833                OperandTraits<CallBase>::op_end(this) - CBI.getNumOperands(),
  834                CBI.getNumOperands()) {
  835   setCallingConv(CBI.getCallingConv());
  836   std::copy(CBI.op_begin(), CBI.op_end(), op_begin());
  836   std::copy(CBI.op_begin(), CBI.op_end(), op_begin());
  837   std::copy(CBI.bundle_op_info_begin(), CBI.bundle_op_info_end(),
  837   std::copy(CBI.bundle_op_info_begin(), CBI.bundle_op_info_end(),
  839   SubclassOptionalData = CBI.SubclassOptionalData;
  840   NumIndirectDests = CBI.NumIndirectDests;