Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h568 FUNC_CODE_INST_INSERTVAL = 27, // INSERTVAL: [n x operands] enumerator
/openbsd/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2288 Code = bitc::FUNC_CODE_INST_INSERTVAL; in writeInstruction()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2882 Code = bitc::FUNC_CODE_INST_INSERTVAL; in writeInstruction()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5036 case bitc::FUNC_CODE_INST_INSERTVAL: { in parseFunctionBody()