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

References

lib/Bitcode/Reader/BitcodeAnalyzer.cpp
  226       STRINGIFY_CODE(FUNC_CODE, INST_CAST)
lib/Bitcode/Reader/BitcodeReader.cpp
 3923     case bitc::FUNC_CODE_INST_CAST: {    // CAST: [opval, opty, destty, castopc]
lib/Bitcode/Writer/BitcodeWriter.cpp
 2609       Code = bitc::FUNC_CODE_INST_CAST;
 3388     Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_CAST));