Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:NumOps

209   unsigned NumOps = Node->getNumOperands();
210 if (Node->getOperand(NumOps-1).getValueType() == MVT::Other)
211 Chain = Node->getOperand(NumOps-1).getNode();