Home | History | Annotate | Download | only in TableGen

Lines Matching refs:numInstructions

1374   unsigned numInstructions = Opcodes.size();
1376 assert(numInstructions && "Filter created with no instructions");
1379 if (numInstructions == 1)
1385 assert(numInstructions == 3);
1434 for (unsigned InsnIndex = 0; InsnIndex < numInstructions; ++InsnIndex) {