Home | History | Annotate | Download | only in IPO

Lines Matching refs:ArgIndex

534   unsigned ArgIndex = 1;
536 ++I, ++ArgIndex) {
547 AttributeSet attrs = PAL.getParamAttributes(ArgIndex);
548 if (attrs.hasAttributes(ArgIndex)) {
549 AttrBuilder B(attrs, ArgIndex);
661 ArgIndex = 1;
663 I != E; ++I, ++AI, ++ArgIndex)
667 if (CallPAL.hasAttributes(ArgIndex)) {
668 AttrBuilder B(CallPAL, ArgIndex);
728 for (; AI != CS.arg_end(); ++AI, ++ArgIndex) {
730 if (CallPAL.hasAttributes(ArgIndex)) {
731 AttrBuilder B(CallPAL, ArgIndex);