Home | History | Annotate | Download | only in IR

Lines Matching full:arg_begin

501   for(Function::const_arg_iterator AI = TheFunction->arg_begin(),
1610 for (Function::const_arg_iterator I = F->arg_begin(), E = F->arg_end();
1613 if (I != F->arg_begin()) Out << ", ";