Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h381 CST_CODE_INTEGER = 4, // INTEGER: [intval] enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2000 Code = bitc::CST_CODE_INTEGER; in writeConstants()
2749 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_INTEGER)); in writeBlockInfo()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2710 Code = bitc::CST_CODE_INTEGER; in writeConstants()
3774 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_INTEGER)); in writeBlockInfo()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3186 case bitc::CST_CODE_INTEGER: // INTEGER: [intval] in parseConstants()