Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:NumOps

417     for (unsigned i = 0, NumOps = I->getNumOperands(); i < NumOps; ++i)
1009 unsigned NumOps = N->getNumOperands();
1011 if (NumOps == 0) {
1014 } else if (NumOps == 1) {
1018 } else if (NumOps == 2) {
1023 SmallVector<SDValue, 8> Ops(NumOps);
1024 for (unsigned i = 0; i < NumOps; ++i)
1028 &Ops[0], NumOps, isSigned, dl).first;