Searched defs:NumMIOperands (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
H A DPseudoLoweringEmitter.cpp150 unsigned NumMIOperands = 0; local
152 NumMIOperands += Insn.Operands[i].MINumOperands;
154 OperandMap.grow(NumMIOperands);

Completed in 96 milliseconds