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.h157 CST_CODE_CE_GEP = 12, // CE_GEP: [n x operands] enumerator
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp205 case bitc::CST_CODE_CE_GEP: return "CE_GEP"; in GetCodeName()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp855 Code = bitc::CST_CODE_CE_GEP; in WriteConstants()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1346 case bitc::CST_CODE_CE_GEP: { // CE_GEP: [n x operands] in ParseConstants()