Home
last modified time | relevance | path

Searched refs:SPIRVConstantNull (Results 1 – 2 of 2) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVValue.h229 class SPIRVConstantNull:
233 SPIRVConstantNull(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId) in SPIRVConstantNull() function
238 SPIRVConstantNull(){} in SPIRVConstantNull() function
DSPIRVModule.cpp913 return addConstant(new SPIRVConstantNull(this, Ty, getId())); in addNullConstant()