Home | History | Annotate | Download | only in Hexagon

Lines Matching defs:NumOps

681       unsigned NumOps = Node->getNumOperands();
682 if (Node->getOperand(NumOps-1).getValueType() == MVT::Glue)
683 --NumOps; // Ignore the flag operand.
685 for (unsigned i = InlineAsm::Op_FirstOperand; i != NumOps;) {