Home | History | Annotate | Download | only in Hexagon

Lines Matching full:numops

950       unsigned NumOps = Node->getNumOperands();
951 if (Node->getOperand(NumOps-1).getValueType() == MVT::Glue)
952 --NumOps; // Ignore the flag operand.
954 for (unsigned i = InlineAsm::Op_FirstOperand; i != NumOps;) {