Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h274 FUNC_CODE_INST_GEP = 4, // GEP: [n x operands] enumerator
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp223 case bitc::FUNC_CODE_INST_GEP: return "INST_GEP"; in GetCodeName()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1232 Code = bitc::FUNC_CODE_INST_GEP; in WriteInstruction()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2278 case bitc::FUNC_CODE_INST_GEP: { // GEP: [n x operands] in ParseFunctionBody()