Home | History | Annotate | Download | only in TableGen

Lines Matching refs:numOperands

566   unsigned numOperands = OperandList.size();
568 for (unsigned operandIndex = 0; operandIndex < numOperands; ++operandIndex) {
632 unsigned numOperands = OperandList.size();
638 assert(numOperands <= X86_MAX_OPERANDS && "X86_MAX_OPERANDS is not large enough");
640 for (unsigned operandIndex = 0; operandIndex < numOperands; ++operandIndex) {
673 // operandIndex should always be < numOperands