Home
last modified time | relevance | path

Searched refs:CST_CODE_CE_EXTRACTELT (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h159 CST_CODE_CE_EXTRACTELT = 14, // CE_EXTRACTELT: [opty, opval, opval] enumerator
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp208 case bitc::CST_CODE_CE_EXTRACTELT: return "CE_EXTRACTELT"; in GetCodeName()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp870 Code = bitc::CST_CODE_CE_EXTRACTELT; in WriteConstants()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1369 case bitc::CST_CODE_CE_EXTRACTELT: { // CE_EXTRACTELT: [opty, opval, opval] in ParseConstants()