Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h386 CST_CODE_CE_BINOP = 10, // CE_BINOP: [opcode, opval, opval] enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2107 Code = bitc::CST_CODE_CE_BINOP; in writeConstants()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2701 Code = bitc::CST_CODE_CE_BINOP; in writeConstants()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3213 case bitc::CST_CODE_CE_BINOP: { // CE_BINOP: [opcode, opval, opval] in parseConstants()