Home | History | Annotate | Download | only in TableGen

Lines Matching defs:NewName

1206     std::string NewName = "rev" + utostr(I);
1209 Variable NewV(V.getType(), NewName + VariablePostfix);
1251 std::string NewName = "s" + utostr(I);
1252 Variable V2(V.getType(), NewName + VariablePostfix);