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

References

lib/Bitcode/Reader/BitcodeAnalyzer.cpp
  245       STRINGIFY_CODE(FUNC_CODE, INST_LOAD)
lib/Bitcode/Reader/BitcodeReader.cpp
 4772     case bitc::FUNC_CODE_INST_LOAD: { // LOAD: [opty, op, align, vol]
lib/Bitcode/Writer/BitcodeWriter.cpp
 2932       Code = bitc::FUNC_CODE_INST_LOAD;
 3336     Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_LOAD));