Lines Matching refs:CondConstant
1701 bool CondConstant; in emitOMPSimdRegion() local
1703 if (CGF.ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in emitOMPSimdRegion()
1704 if (!CondConstant) in emitOMPSimdRegion()
2249 bool CondConstant; in EmitOMPWorksharingLoop() local
2251 if (ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in EmitOMPWorksharingLoop()
2252 if (!CondConstant) in EmitOMPWorksharingLoop()
2798 bool CondConstant; in EmitOMPTaskBasedDirective() local
2799 if (ConstantFoldsToSimpleInteger(Cond, CondConstant)) in EmitOMPTaskBasedDirective()
2800 Data.Final.setInt(CondConstant); in EmitOMPTaskBasedDirective()
3303 bool CondConstant; in EmitOMPDistributeLoop() local
3305 if (ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in EmitOMPDistributeLoop()
3306 if (!CondConstant) in EmitOMPDistributeLoop()
4901 bool CondConstant; in EmitOMPTaskLoopBasedDirective() local
4904 if (CGF.ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in EmitOMPTaskLoopBasedDirective()
4905 if (!CondConstant) in EmitOMPTaskLoopBasedDirective()