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.h622 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()
2847 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_GEP)); in writeBlockInfo()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3003 Code = bitc::FUNC_CODE_INST_GEP; in writeInstruction()
3903 Abbv->Add(BitCodeAbbrevOp(bitc::FUNC_CODE_INST_GEP)); in writeBlockInfo()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5137 case bitc::FUNC_CODE_INST_GEP: { // GEP: type, [n x operands] in parseFunctionBody()
5144 if (BitCode == bitc::FUNC_CODE_INST_GEP) { in parseFunctionBody()