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

References

lib/Bitcode/Reader/BitcodeAnalyzer.cpp
  238       STRINGIFY_CODE(FUNC_CODE, INST_UNOP)
lib/Bitcode/Reader/BitcodeReader.cpp
 3865     case bitc::FUNC_CODE_INST_UNOP: {    // UNOP: [opval, ty, opcode]
lib/Bitcode/Writer/BitcodeWriter.cpp
 2630     Code = bitc::FUNC_CODE_INST_UNOP;
 3348     Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_UNOP));
 3357     Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_UNOP));