Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVValue.h252 class SPIRVUndef:
256 SPIRVUndef(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId) in SPIRVUndef() function
261 SPIRVUndef(){} in SPIRVUndef() function
DSPIRVModule.cpp924 return addConstant(new SPIRVUndef(this, TheType, getId())); in addUndef()