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

References

lib/Bitcode/Reader/BitcodeAnalyzer.cpp
  260       STRINGIFY_CODE(FUNC_CODE, INST_STOREATOMIC)
lib/Bitcode/Reader/BitcodeReader.cpp
 4858     case bitc::FUNC_CODE_INST_STOREATOMIC:
 4866           (BitCode == bitc::FUNC_CODE_INST_STOREATOMIC
lib/Bitcode/Writer/BitcodeWriter.cpp
 2946       Code = bitc::FUNC_CODE_INST_STOREATOMIC;