Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h371 CST_CODE_CE_CMP = 17, // CE_CMP: [opty, opval, opval, pred] enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2636 Code = bitc::CST_CODE_CE_CMP; in writeConstants()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2769 case bitc::CST_CODE_CE_CMP: { // CE_CMP: [opty, opval, opval, pred] in parseConstants()