Lines Matching refs:SPIRVConstantEmpty
195 class SPIRVConstantEmpty: public SPIRVValue {
198 SPIRVConstantEmpty(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId) in SPIRVConstantEmpty() function
203 SPIRVConstantEmpty():SPIRVValue(OC){} in SPIRVConstantEmpty() function
212 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> {
257 :SPIRVConstantEmpty(M, TheType, TheId){ in SPIRVUndef()
264 SPIRVConstantEmpty::validate(); in validate()