Lines Matching refs:CondConstant
1601 bool CondConstant; in EmitOMPSimdDirective() local
1603 if (CGF.ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in EmitOMPSimdDirective()
1604 if (!CondConstant) in EmitOMPSimdDirective()
1960 bool CondConstant; in EmitOMPWorksharingLoop() local
1962 if (ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in EmitOMPWorksharingLoop()
1963 if (!CondConstant) in EmitOMPWorksharingLoop()
2417 bool CondConstant; in EmitOMPTaskBasedDirective() local
2418 if (ConstantFoldsToSimpleInteger(Cond, CondConstant)) in EmitOMPTaskBasedDirective()
2419 Data.Final.setInt(CondConstant); in EmitOMPTaskBasedDirective()
2643 bool CondConstant; in EmitOMPDistributeLoop() local
2645 if (ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in EmitOMPDistributeLoop()
2646 if (!CondConstant) in EmitOMPDistributeLoop()
3516 bool CondConstant; in EmitOMPTaskLoopBasedDirective() local
3519 if (CGF.ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in EmitOMPTaskLoopBasedDirective()
3520 if (!CondConstant) in EmitOMPTaskLoopBasedDirective()