Lines Matching refs:Arg
341 if (auto Arg = ParseExpression())
342 Args.push_back(std::move(Arg));
1026 for (auto &Arg : F->args())
1027 Arg.setName(Args[Idx++]);
1051 for (auto &Arg : TheFunction->args()) {
1053 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName());
1056 Builder.CreateStore(&Arg, Alloca);
1059 NamedValues[Arg.getName()] = Alloca;