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

References

lib/Bitcode/Reader/BitcodeAnalyzer.cpp
  255       STRINGIFY_CODE(FUNC_CODE, INST_GEP)
lib/Bitcode/Reader/BitcodeReader.cpp
 3952     case bitc::FUNC_CODE_INST_GEP: { // GEP: type, [n x operands]
 3958       if (BitCode == bitc::FUNC_CODE_INST_GEP) {
lib/Bitcode/Writer/BitcodeWriter.cpp
 2643     Code = bitc::FUNC_CODE_INST_GEP;
 3422     Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_GEP));