Home | History | Annotate | Download | only in IR

Lines Matching refs:Arg

1639       // Insert commas as we go... the first arg doesn't get a comma
1647 // Insert commas as we go... the first arg doesn't get a comma
1694 void AssemblyWriter::printArgument(const Argument *Arg,
1697 TypePrinter.print(Arg->getType(), Out);
1704 if (Arg->hasName()) {
1706 PrintLLVMName(Out, Arg);