Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h597 FUNC_CODE_INST_CMP2 = 28, // CMP2: [opty, opval, opval, pred] enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2312 Code = bitc::FUNC_CODE_INST_CMP2; in writeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3058 Code = bitc::FUNC_CODE_INST_CMP2; in writeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5418 case bitc::FUNC_CODE_INST_CMP2: { // CMP2: [opty, opval, opval, pred] in parseFunctionBody()