Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:NumOperands

5503     if (NumOps > MN->NumOperands || !MN->OperandsNeedDelete) {
5520 if (NumOps > N->NumOperands) {
6326 for (unsigned i = 0, e = N->NumOperands; i != e; ++i)
6401 assert(Num < NumOperands && "Invalid child # of SDNode!");