Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Num

5354                                               unsigned Num,
5357 if (Num == 1)
5364 for (unsigned i = 0; i != Num; ++i) {
5741 uint64_t SDNode::getConstantOperandVal(unsigned Num) const {
5742 assert(Num < NumOperands && "Invalid child # of SDNode!");
5743 return cast<ConstantSDNode>(OperandList[Num])->getZExtValue();