Home | History | Annotate | Download | only in optimizing

Lines Matching full:to_string

947             inv += std::to_string(info->fetch->AsIntConstant()->GetValue());
949 inv += std::to_string(info->fetch->AsLongConstant()->GetValue());
951 inv += std::to_string(info->fetch->GetId()) + ":" + info->fetch->DebugName();