Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h359 CST_CODE_WIDE_INTEGER = 5, // WIDE_INTEGER: [n x intval] enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2487 Code = bitc::CST_CODE_WIDE_INTEGER; in writeConstants()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2435 case bitc::CST_CODE_WIDE_INTEGER: {// WIDE_INTEGER: [n x intval] in parseConstants()