Home | History | Annotate | Download | only in IPO

Lines Matching refs:ArgIndex

646   unsigned ArgIndex = 1;
648 ++I, ++ArgIndex) {
658 AttributeSet attrs = PAL.getParamAttributes(ArgIndex);
659 if (attrs.hasAttributes(ArgIndex)) {
660 AttrBuilder B(attrs, ArgIndex);
773 ArgIndex = 1;
775 I != E; ++I, ++AI, ++ArgIndex)
779 if (CallPAL.hasAttributes(ArgIndex)) {
780 AttrBuilder B(CallPAL, ArgIndex);
841 for (; AI != CS.arg_end(); ++AI, ++ArgIndex) {
843 if (CallPAL.hasAttributes(ArgIndex)) {
844 AttrBuilder B(CallPAL, ArgIndex);