Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:NumOps

570   unsigned NumOps = Node->getNumOperands();
571 assert((NumOps & 1) == 1 &&
574 for (unsigned i = 1; i != NumOps; ++i) {
833 unsigned NumOps = Node->getNumOperands();
834 if (Node->getOperand(NumOps-1).getValueType() == MVT::Glue)
835 --NumOps; // Ignore the glue operand.
853 for (unsigned i = InlineAsm::Op_FirstOperand; i != NumOps;) {