Home | History | Annotate | Download | only in CppBackend

Lines Matching full:_indices

816       Out << "std::vector<Constant*> " << constName << "_indices;";
821 Out << constName << "_indices.push_back("
828 << constName << "_indices);";
1347 Out << "std::vector<Value*> " << iName << "_indices;";
1350 Out << iName << "_indices.push_back("
1355 << opNames[0] << ", " << iName << "_indices";
1506 Out << "std::vector<unsigned> " << iName << "_indices;";
1509 Out << iName << "_indices.push_back("
1516 << iName << "_indices, \"";
1523 Out << "std::vector<unsigned> " << iName << "_indices;";
1526 Out << iName << "_indices.push_back("
1533 << iName << "_indices, \"";