Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:NumOps

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