Home
last modified time | relevance | path

Searched refs:NumMIOps (Results 1 – 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
DAsmWriterEmitter.cpp838 unsigned NumMIOps = 0; in EmitPrintAliasInstruction() local
840 NumMIOps += Operand.getMINumOperands(); in EmitPrintAliasInstruction()
843 Cond = std::string("MI->getNumOperands() == ") + llvm::utostr(NumMIOps); in EmitPrintAliasInstruction()