Home | History | Annotate | Download | only in TableGen

Lines Matching refs:NumMIOps

812       unsigned NumMIOps = 0;
814 NumMIOps += Operand.getMINumOperands();
817 Cond = std::string("MI->getNumOperands() == ") + llvm::utostr(NumMIOps);