Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h154 CST_CODE_AGGREGATE = 7, // Not used in PNaCl. enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h272 CST_CODE_AGGREGATE = 7, // AGGREGATE: [n x value number] enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h346 CST_CODE_AGGREGATE = 7, // AGGREGATE: [n x value number] enumerator
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1986 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_AGGREGATE)); in writeConstants()
2129 Code = bitc::CST_CODE_AGGREGATE; in writeConstants()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2282 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_AGGREGATE)); in writeConstants()
2425 Code = bitc::CST_CODE_AGGREGATE; in writeConstants()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2431 case bitc::CST_CODE_AGGREGATE: {// AGGREGATE: [n x value number] in parseConstants()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2962 case bitc::CST_CODE_AGGREGATE: {// AGGREGATE: [n x value number] in parseConstants()