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

References

lib/Bitcode/Reader/BitcodeAnalyzer.cpp
  261       STRINGIFY_CODE(FUNC_CODE, INST_CMPXCHG)
lib/Bitcode/Reader/BitcodeReader.cpp
 4892     case bitc::FUNC_CODE_INST_CMPXCHG: {
 4903       if (BitCode == bitc::FUNC_CODE_INST_CMPXCHG) {
lib/Bitcode/Writer/BitcodeWriter.cpp
 2960     Code = bitc::FUNC_CODE_INST_CMPXCHG;