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.h350 FUNC_CODE_INST_GEP = 43, // GEP: [inbounds, n x operands] enumerator
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp253 case bitc::FUNC_CODE_INST_GEP: in GetCodeName()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1686 Code = bitc::FUNC_CODE_INST_GEP; in WriteInstruction()
2301 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_GEP)); in WriteBlockInfo()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3469 case bitc::FUNC_CODE_INST_GEP: { // GEP: type, [n x operands] in ParseFunctionBody()
3475 if (BitCode == bitc::FUNC_CODE_INST_GEP) { in ParseFunctionBody()