Home | History | Annotate | Download | only in TableGen

Lines Matching refs:V2

1270     Variable V2(V.getType(), NewName + VariablePostfix);
1272 OS << " " << V2.getType().str() << " " << V2.getName() << " = "
1276 V = V2;