Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/Bitcode/
HDLLVMBitCodes.h382 CST_CODE_WIDE_INTEGER = 5, // WIDE_INTEGER: [n x intval] enumerator
/freebsd-head/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
HDDXILBitcodeWriter.cpp2012 Code = bitc::CST_CODE_WIDE_INTEGER; in writeConstants()
/freebsd-head/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp2714 Code = bitc::CST_CODE_WIDE_INTEGER; in writeConstants()
/freebsd-head/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp3191 case bitc::CST_CODE_WIDE_INTEGER: {// WIDE_INTEGER: [n x intval] in parseConstants()