Home
last modified time | relevance | path

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

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