Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:getNumOperands

164   inline unsigned getNumOperands() const;
660 unsigned getNumOperands() const { return NumOperands; }
700 if (getNumOperands() != 0 &&
701 getOperand(getNumOperands()-1).getValueType() == MVT::Glue)
702 return getOperand(getNumOperands()-1).getNode();
874 inline unsigned SDValue::getNumOperands() const {
875 return Node->getNumOperands();
2050 return SDNodeIterator(N, N->getNumOperands());