Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h151 CST_CODE_INTEGER = 4, // INTEGER: [intval] enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h343 CST_CODE_INTEGER = 4, // INTEGER: [intval] enumerator
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.c995 CST_CODE_INTEGER = 4, enumerator
1027 [CONST_ABBREV_INTEGER] = { { LITERAL(CST_CODE_INTEGER), VBR(8) }, 2 },
2087 uint64_t data[] = { CST_CODE_INTEGER, encode_signed(value) }; in emit_int_value()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2351 Code = bitc::CST_CODE_INTEGER; in writeConstants()
3311 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_INTEGER)); in writeBlockInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp2846 case naclbitc::CST_CODE_INTEGER: { in ProcessRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2386 case bitc::CST_CODE_INTEGER: // INTEGER: [intval] in parseConstants()