Searched refs:IndexVarName (Results 1 – 1 of 1) sorted by relevance
1222 std::string IndexVarName("ct"); in genPackVarOfType() local1223 IndexVarName.append(llvm::utostr_32(Level)); in genPackVarOfType()1225 C.indent() << "for (int " << IndexVarName << " = 0; " << in genPackVarOfType()1226 IndexVarName << " < " << ECAT->getSize() << "; " << in genPackVarOfType()1227 IndexVarName << "++)"; in genPackVarOfType()1230 ElementVarName.append("[" + IndexVarName + "]"); in genPackVarOfType()