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

References

lib/Bitcode/Reader/BitcodeAnalyzer.cpp
  234       STRINGIFY_CODE(FUNC_CODE, INST_RET)
lib/Bitcode/Reader/BitcodeReader.cpp
 4211     case bitc::FUNC_CODE_INST_RET: // RET: [opty,opval<optional>]
lib/Bitcode/Writer/BitcodeWriter.cpp
 2709       Code = bitc::FUNC_CODE_INST_RET;
 3400     Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_RET));
 3407     Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_RET));