Home | History | Annotate | Download | only in TableGen

Lines Matching full:pindex

388   /// Return the index that parameter PIndex will sit at
389 /// in a generated function call. This is often just PIndex,
392 unsigned getGeneratedParamIdx(unsigned PIndex) {
398 for (unsigned I = 0; I < PIndex; ++I)