Searched refs:NumOperandNames (Results 1 – 1 of 1) sorted by relevance
280 const size_t NumOperandNames = OperandNameToID.size(); in emitOperandNameMappings() local281 OperandEnumToID.reserve(NumOperandNames); in emitOperandNameMappings()291 OS << " NUM_OPERAND_NAMES = " << NumOperandNames << ",\n"; in emitOperandNameMappings()304 if (NumOperandNames != 0) { in emitOperandNameMappings()308 OS << " static constexpr " << Type << " OperandMap[][" << NumOperandNames in emitOperandNameMappings()