Home | History | Annotate | Download | only in TableGen

Lines Matching refs:numInstructions

939   unsigned numInstructions = Opcodes.size();
941 assert(numInstructions && "Filter created with no instructions");
944 if (numInstructions == 1)
950 assert(numInstructions == 3);
1000 for (InsnIndex = 0; InsnIndex < numInstructions; ++InsnIndex) {