Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
HDLLVMBitCodes.h594 FUNC_CODE_INST_INSERTVAL = 27, // INSERTVAL: [n x operands] enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
HDDXILBitcodeWriter.cpp2278 Code = bitc::FUNC_CODE_INST_INSERTVAL; in writeInstruction()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp3020 Code = bitc::FUNC_CODE_INST_INSERTVAL; in writeInstruction()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp5252 case bitc::FUNC_CODE_INST_INSERTVAL: { in parseFunctionBody()