Searched refs:ArrayElementName (Results 1 – 1 of 1) sorted by relevance
1385 std::string ArrayElementName = std::string(InArray) + "["; in genReduceResultVectorMapping() local1387 ArrayElementName += std::string(InIdx) + "+"; in genReduceResultVectorMapping()1388 ArrayElementName += std::to_string(VectorElementIdx) + "]"; in genReduceResultVectorMapping()1391 ArrayElementName.c_str()); in genReduceResultVectorMapping()