Home | History | Annotate | Download | only in IPO

Lines Matching defs:ArgNo

130   unsigned ArgNo = 0;
132 I != E; ++I, ++ArgNo)
134 PointerArgs.push_back(std::pair<Argument*, unsigned>(I, ArgNo));
223 unsigned ArgNo = std::distance(Callee->arg_begin(),
233 if (!CS.getArgument(ArgNo)->isDereferenceablePointer())
866 // the argument specified by ArgNo.