Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:NumOps

608   unsigned NumOps = Node->getNumOperands();
609 assert((NumOps & 1) == 1 &&
611 for (unsigned i = 1; i != NumOps; ++i) {
924 unsigned NumOps = Node->getNumOperands();
925 if (Node->getOperand(NumOps-1).getValueType() == MVT::Glue)
926 --NumOps; // Ignore the glue operand.
948 for (unsigned i = InlineAsm::Op_FirstOperand; i != NumOps;) {