Home | History | Annotate | Download | only in TableGen

Lines Matching refs:numOperands

518   unsigned numOperands = OperandList.size();
524 assert(numOperands <= X86_MAX_OPERANDS && "X86_MAX_OPERANDS is not large enough");
526 for (unsigned operandIndex = 0; operandIndex < numOperands; ++operandIndex) {
559 // operandIndex should always be < numOperands