Home | History | Annotate | Download | only in libSPIRV

Lines Matching refs:SPIRVSelect

952 class SPIRVSelect:public SPIRVInstruction {
955 SPIRVSelect(SPIRVId TheId, SPIRVId TheCondition, SPIRVId TheOp1, SPIRVId TheOp2,
963 SPIRVSelect():SPIRVInstruction(OpSelect), Condition(SPIRVID_INVALID),