Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h380 CST_CODE_INTEGER = 4, // INTEGER: [intval] enumerator
/openbsd/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2002 Code = bitc::CST_CODE_INTEGER; in writeConstants()
2759 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_INTEGER)); in writeBlockInfo()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2570 Code = bitc::CST_CODE_INTEGER; in writeConstants()
3565 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_INTEGER)); in writeBlockInfo()
/openbsd/gnu/llvm/llvm/docs/
H A DBitCodeFormat.rst523 efficiently. Signed VBR encoding is used in ``CST_CODE_INTEGER`` and
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3029 case bitc::CST_CODE_INTEGER: // INTEGER: [intval] in parseConstants()