Lines Matching full:_indices
826 Out << "std::vector<Constant*> " << constName << "_indices;";
831 Out << constName << "_indices.push_back("
838 << constName << "_indices);";
1363 Out << "std::vector<Value*> " << iName << "_indices;";
1366 Out << iName << "_indices.push_back("
1371 << opNames[0] << ", " << iName << "_indices";
1522 Out << "std::vector<unsigned> " << iName << "_indices;";
1525 Out << iName << "_indices.push_back("
1532 << iName << "_indices, \"";
1539 Out << "std::vector<unsigned> " << iName << "_indices;";
1542 Out << iName << "_indices.push_back("
1549 << iName << "_indices, \"";