Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h655 FUNC_CODE_INST_GEP = 43, // GEP: [inbounds, n x operands] enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2261 Code = bitc::FUNC_CODE_INST_GEP; in writeInstruction()
2881 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_GEP)); in writeBlockInfo()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3159 Code = bitc::FUNC_CODE_INST_GEP; in writeInstruction()
4101 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_GEP)); in writeBlockInfo()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5226 case bitc::FUNC_CODE_INST_GEP: { // GEP: type, [n x operands] in parseFunctionBody()
5233 if (BitCode == bitc::FUNC_CODE_INST_GEP) { in parseFunctionBody()