Home | History | Annotate | Download | only in libSPIRV

Lines Matching refs:SPIRVBranchConditional

767 class SPIRVBranchConditional:public SPIRVInstruction {
771 SPIRVBranchConditional(SPIRVValue *TheCondition, SPIRVLabel *TheTrueLabel,
777 SPIRVBranchConditional(SPIRVValue *TheCondition, SPIRVLabel *TheTrueLabel,
788 SPIRVBranchConditional():SPIRVInstruction(OC), ConditionId(SPIRVID_INVALID),