Searched refs:ArrayElementName (Results 1 – 1 of 1) sorted by relevance
1590 std::string ArrayElementName = std::string(InArray) + "["; in genReduceResultVectorMapping() local1592 ArrayElementName += std::string(InIdx) + "+"; in genReduceResultVectorMapping()1593 ArrayElementName += std::to_string(VectorElementIdx) + "]"; in genReduceResultVectorMapping()1596 ArrayElementName.c_str()); in genReduceResultVectorMapping()