Home | History | Annotate | Download | only in IR

Lines Matching refs:Arg

1642       // Insert commas as we go... the first arg doesn't get a comma
1650 // Insert commas as we go... the first arg doesn't get a comma
1705 void AssemblyWriter::printArgument(const Argument *Arg,
1708 TypePrinter.print(Arg->getType(), Out);
1715 if (Arg->hasName()) {
1717 PrintLLVMName(Out, Arg);