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

References

lib/Bitcode/Reader/BitcodeAnalyzer.cpp
  251       STRINGIFY_CODE(FUNC_CODE, INST_VSELECT)
lib/Bitcode/Reader/BitcodeReader.cpp
 4094     case bitc::FUNC_CODE_INST_VSELECT: {// VSELECT: [ty,opval,opval,predty,pred]
lib/Bitcode/Writer/BitcodeWriter.cpp
 2668     Code = bitc::FUNC_CODE_INST_VSELECT;