Home
last modified time | relevance | path

Searched refs:CST_CODE_WIDE_INTEGER (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h150 CST_CODE_WIDE_INTEGER = 5, // WIDE_INTEGER: [n x intval] enumerator
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h153 CST_CODE_WIDE_INTEGER = 5, // Not used in PNaCl. enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h270 CST_CODE_WIDE_INTEGER = 5, // WIDE_INTEGER: [n x intval] enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h323 CST_CODE_WIDE_INTEGER = 5, // WIDE_INTEGER: [n x intval] enumerator
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp198 case bitc::CST_CODE_WIDE_INTEGER: return "WIDE_INTEGER"; in GetCodeName()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp817 Code = bitc::CST_CODE_WIDE_INTEGER; in WriteConstants()
/external/llvm/docs/
DBitCodeFormat.rst524 ``CST_CODE_WIDE_INTEGER`` records within ``CONSTANTS_BLOCK`` blocks.
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp1248 case bitc::CST_CODE_WIDE_INTEGER: {// WIDE_INTEGER: [n x intval] in ParseConstants()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DBitCodeFormat.rst523 ``CST_CODE_WIDE_INTEGER`` records within ``CONSTANTS_BLOCK`` blocks.
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2067 Code = bitc::CST_CODE_WIDE_INTEGER; in writeConstants()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2293 Code = bitc::CST_CODE_WIDE_INTEGER; in writeConstants()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2186 case bitc::CST_CODE_WIDE_INTEGER: {// WIDE_INTEGER: [n x intval] in parseConstants()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2922 case bitc::CST_CODE_WIDE_INTEGER: {// WIDE_INTEGER: [n x intval] in parseConstants()