Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:NumOps

1274       unsigned NumOps = Node->getNumOperands();
1275 if (Node->getOperand(NumOps-1).getValueType() == MVT::Glue)
1276 --NumOps; // Ignore the glue operand.
1278 for (unsigned i = InlineAsm::Op_FirstOperand; i != NumOps;) {
2692 unsigned NumOps = MCID.getNumOperands() - NumRes;
2693 for (unsigned i = 0; i != NumOps; ++i) {
2919 unsigned NumOps = MCID.getNumOperands() - NumRes;
2920 for (unsigned j = 0; j != NumOps; ++j) {