Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:NumOps

415     for (unsigned i = 0, NumOps = I->getNumOperands(); i < NumOps; ++i)
1020 unsigned NumOps = N->getNumOperands();
1022 if (NumOps == 0) {
1024 } else if (NumOps == 1) {
1027 } else if (NumOps == 2) {
1031 SmallVector<SDValue, 8> Ops(NumOps);
1032 for (unsigned i = 0; i < NumOps; ++i)
1036 &Ops[0], NumOps, isSigned, dl);