Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h384 CST_CODE_AGGREGATE = 7, // AGGREGATE: [n x value number] enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1930 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_AGGREGATE)); in writeConstants()
2090 Code = bitc::CST_CODE_AGGREGATE; in writeConstants()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2638 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_AGGREGATE)); in writeConstants()
2777 Code = bitc::CST_CODE_AGGREGATE; in writeConstants()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3235 case bitc::CST_CODE_AGGREGATE: {// AGGREGATE: [n x value number] in parseConstants()