Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h186 CST_CODE_CE_GEP = 12, // CE_GEP: [n x operands] enumerator
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp206 case bitc::CST_CODE_CE_GEP: return "CE_GEP"; in GetCodeName()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1529 Code = bitc::CST_CODE_CE_GEP; in WriteConstants()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2308 case bitc::CST_CODE_CE_GEP: { // CE_GEP: [n x operands] in ParseConstants()