Home | History | Annotate | Download | only in libSPIRV

Lines Matching refs:SPIRVPhi

824 class SPIRVPhi: public SPIRVInstruction {
828 SPIRVPhi(SPIRVType *TheType, SPIRVId TheId,
835 SPIRVPhi():SPIRVInstruction(OC) {}