Lines Matching refs:CondConstant
2528 bool CondConstant; in emitOMPSimdRegion() local
2530 if (CGF.ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in emitOMPSimdRegion()
2531 if (!CondConstant) in emitOMPSimdRegion()
3290 bool CondConstant; in EmitOMPWorksharingLoop() local
3292 if (ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in EmitOMPWorksharingLoop()
3293 if (!CondConstant) in EmitOMPWorksharingLoop()
4595 bool CondConstant; in EmitOMPTaskBasedDirective() local
4596 if (ConstantFoldsToSimpleInteger(Cond, CondConstant)) in EmitOMPTaskBasedDirective()
4597 Data.Final.setInt(CondConstant); in EmitOMPTaskBasedDirective()
5591 bool CondConstant; in EmitOMPDistributeLoop() local
5593 if (ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in EmitOMPDistributeLoop()
5594 if (!CondConstant) in EmitOMPDistributeLoop()
7557 bool CondConstant; in EmitOMPTaskLoopBasedDirective() local
7560 if (CGF.ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in EmitOMPTaskLoopBasedDirective()
7561 if (!CondConstant) in EmitOMPTaskLoopBasedDirective()