Home | History | Annotate | Download | only in Hexagon

Lines Matching defs:NumOps

696       unsigned NumOps = Node->getNumOperands();
697 if (Node->getOperand(NumOps-1).getValueType() == MVT::Glue)
698 --NumOps; // Ignore the flag operand.
700 for (unsigned i = InlineAsm::Op_FirstOperand; i != NumOps;) {