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/
H A 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/
H A DLLVMBitCodes.h343 CST_CODE_INTEGER = 4, // INTEGER: [intval] enumerator
/third_party/mesa3d/src/microsoft/compiler/
H A 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/subzero/src/
H A DPNaClTranslator.cpp2846 case naclbitc::CST_CODE_INTEGER: { in ProcessRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A 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/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2386 case bitc::CST_CODE_INTEGER: // INTEGER: [intval] in parseConstants()

Completed in 32 milliseconds