Searched refs:SPIRVConstantEmpty (Results 1 – 1 of 1) sorted by relevance
195 class SPIRVConstantEmpty: public SPIRVValue {198 SPIRVConstantEmpty(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId) in SPIRVConstantEmpty() function203 SPIRVConstantEmpty():SPIRVValue(OC){} in SPIRVConstantEmpty() function212 class SPIRVConstantBool: public SPIRVConstantEmpty<OC> {216 :SPIRVConstantEmpty<OC>(M, TheType, TheId){} in SPIRVConstantBool()221 SPIRVConstantEmpty<OC>::validate(); in validate()230 public SPIRVConstantEmpty<OpConstantNull> {234 :SPIRVConstantEmpty(M, TheType, TheId){ in SPIRVConstantNull()241 SPIRVConstantEmpty::validate(); in validate()253 public SPIRVConstantEmpty<OpUndef> {[all …]