Lines Matching full:numops
1288 unsigned NumOps = Node->getNumOperands();
1289 if (Node->getOperand(NumOps-1).getValueType() == MVT::Glue)
1290 --NumOps; // Ignore the glue operand.
1292 for (unsigned i = InlineAsm::Op_FirstOperand; i != NumOps;) {
2703 unsigned NumOps = MCID.getNumOperands() - NumRes;
2704 for (unsigned i = 0; i != NumOps; ++i) {
2930 unsigned NumOps = MCID.getNumOperands() - NumRes;
2931 for (unsigned j = 0; j != NumOps; ++j) {