Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h374 CST_CODE_CE_CMP = 17, // CE_CMP: [opty, opval, opval, pred] enumerator
/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2172 Code = bitc::CST_CODE_CE_CMP; in writeConstants()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2675 Code = bitc::CST_CODE_CE_CMP; in writeConstants()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3233 case bitc::CST_CODE_CE_CMP: { // CE_CMP: [opty, opval, opval, pred] in parseConstants()