Home | History | Annotate | Download | only in TableGen

Lines Matching defs:NewName

1226     std::string NewName = "rev" + utostr(I);
1229 Variable NewV(V.getType(), NewName + VariablePostfix);
1271 std::string NewName = "s" + utostr(I);
1272 Variable V2(V.getType(), NewName + VariablePostfix);