reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/TableGen/GlobalISelEmitter.cpp
 1713     return I->Operands[OpIdx].OperandType;
utils/TableGen/InstrInfoEmitter.cpp
  169       assert(!Op.OperandType.empty() && "Invalid operand type.");
  170       Res += Op.OperandType;
utils/TableGen/WebAssemblyDisassemblerEmitter.cpp
  115           assert(Op.OperandType != "MCOI::OPERAND_UNKNOWN");
  116           CurOperandList.push_back(Op.OperandType);