Home | History | Annotate | Download | only in TableGen

Lines Matching refs:numInstructions

1409   unsigned numInstructions = Opcodes.size();
1411 assert(numInstructions && "Filter created with no instructions");
1414 if (numInstructions == 1)
1420 assert(numInstructions == 3);
1469 for (unsigned InsnIndex = 0; InsnIndex < numInstructions; ++InsnIndex) {