Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Num

5457                                               unsigned Num,
5460 if (Num == 1)
5467 for (unsigned i = 0; i != Num; ++i) {
5844 uint64_t SDNode::getConstantOperandVal(unsigned Num) const {
5845 assert(Num < NumOperands && "Invalid child # of SDNode!");
5846 return cast<ConstantSDNode>(OperandList[Num])->getZExtValue();