Home | History | Annotate | Download | only in libSPIRV

Lines Matching refs:SPIRVLabel

743   SPIRVBranch(SPIRVLabel *TheTargetLabel,SPIRVBasicBlock *TheBB)
771 SPIRVBranchConditional(SPIRVValue *TheCondition, SPIRVLabel *TheTrueLabel,
772 SPIRVLabel *TheFalseLabel, SPIRVBasicBlock *TheBB)
777 SPIRVBranchConditional(SPIRVValue *TheCondition, SPIRVLabel *TheTrueLabel,
778 SPIRVLabel *TheFalseLabel, SPIRVBasicBlock *TheBB, SPIRVWord TrueWeight,
796 SPIRVLabel *getTrueLabel() const {
797 return get<SPIRVLabel>(TrueLabelId);
799 SPIRVLabel *getFalseLabel() const {
800 return get<SPIRVLabel>(FalseLabelId);