Lines Matching refs:CondConstant
2493 bool CondConstant; in emitOMPSimdRegion() local
2495 if (CGF.ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in emitOMPSimdRegion()
2496 if (!CondConstant) in emitOMPSimdRegion()
3098 bool CondConstant; in EmitOMPWorksharingLoop() local
3100 if (ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in EmitOMPWorksharingLoop()
3101 if (!CondConstant) in EmitOMPWorksharingLoop()
4274 bool CondConstant; in EmitOMPTaskBasedDirective() local
4275 if (ConstantFoldsToSimpleInteger(Cond, CondConstant)) in EmitOMPTaskBasedDirective()
4276 Data.Final.setInt(CondConstant); in EmitOMPTaskBasedDirective()
5090 bool CondConstant; in EmitOMPDistributeLoop() local
5092 if (ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in EmitOMPDistributeLoop()
5093 if (!CondConstant) in EmitOMPDistributeLoop()
6902 bool CondConstant; in EmitOMPTaskLoopBasedDirective() local
6905 if (CGF.ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in EmitOMPTaskLoopBasedDirective()
6906 if (!CondConstant) in EmitOMPTaskLoopBasedDirective()