Home | History | Annotate | Download | only in libSPIRV

Lines Matching refs:SPIRVVariable

440 class SPIRVVariable : public SPIRVInstruction {
443 SPIRVVariable(SPIRVType *TheType, SPIRVId TheId,
456 SPIRVVariable() :SPIRVInstruction(OpVariable),