Home
last modified time | relevance | path

Searched refs:CST_CODE_NULL (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/test/Bitcode/
H A Dinvalid-type-for-null-constant.ll1 ; Bitcode with a CST_CODE_NULL with void type.
/llvm-project-15.0.7/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h359 CST_CODE_NULL = 2, // NULL enumerator
/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2002 Code = bitc::CST_CODE_NULL; in writeConstants()
2818 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_NULL)); in writeBlockInfo()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2513 Code = bitc::CST_CODE_NULL; in writeConstants()
3538 Abbv->Add(BitCodeAbbrevOp(bitc::CST_CODE_NULL)); in writeBlockInfo()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2897 case bitc::CST_CODE_NULL: // NULL in parseConstants()