Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h416 FUNC_CODE_INST_GEP = 43, // GEP: [inbounds, n x operands] enumerator
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1839 Code = bitc::FUNC_CODE_INST_GEP; in WriteInstruction()
2705 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_GEP)); in WriteBlockInfo()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4144 case bitc::FUNC_CODE_INST_GEP: { // GEP: type, [n x operands] in parseFunctionBody()
4150 if (BitCode == bitc::FUNC_CODE_INST_GEP) { in parseFunctionBody()