Searched refs:IndexVarName (Results 1 – 1 of 1) sorted by relevance
2201 std::string IndexVarName("ct"); in genPackVarOfType() local2202 IndexVarName.append(llvm::utostr(Level)); in genPackVarOfType()2204 mOut.indent() << "for (int " << IndexVarName << " = 0; " << IndexVarName in genPackVarOfType()2205 << " < " << ECAT->getNumElement() << "; " << IndexVarName << "++)"; in genPackVarOfType()2208 ElementVarName.append("[" + IndexVarName + "]"); in genPackVarOfType()