Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
HDLLVMBitCodes.h343 CST_CODE_INTEGER = 4, // INTEGER: [intval] enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp2351 Code = bitc::CST_CODE_INTEGER; in writeConstants()
3311 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_INTEGER)); in writeBlockInfo()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp2386 case bitc::CST_CODE_INTEGER: // INTEGER: [intval] in parseConstants()