HomeSort by relevance Sort by last modified time
    Searched refs:SPIRVConstantNull (Results 1 - 2 of 2) sorted by null

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVValue.h 229 class SPIRVConstantNull:
233 SPIRVConstantNull(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId)
238 SPIRVConstantNull(){}
SPIRVModule.cpp 913 return addConstant(new SPIRVConstantNull(this, Ty, getId()));
    [all...]

Completed in 534 milliseconds