Lines Matching refs:CondConstant
2520 bool CondConstant; in emitOMPSimdRegion() local
2522 if (CGF.ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in emitOMPSimdRegion()
2523 if (!CondConstant) in emitOMPSimdRegion()
3232 bool CondConstant; in EmitOMPWorksharingLoop() local
3234 if (ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in EmitOMPWorksharingLoop()
3235 if (!CondConstant) in EmitOMPWorksharingLoop()
4542 bool CondConstant; in EmitOMPTaskBasedDirective() local
4543 if (ConstantFoldsToSimpleInteger(Cond, CondConstant)) in EmitOMPTaskBasedDirective()
4544 Data.Final.setInt(CondConstant); in EmitOMPTaskBasedDirective()
5527 bool CondConstant; in EmitOMPDistributeLoop() local
5529 if (ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in EmitOMPDistributeLoop()
5530 if (!CondConstant) in EmitOMPDistributeLoop()
7581 bool CondConstant; in EmitOMPTaskLoopBasedDirective() local
7584 if (CGF.ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in EmitOMPTaskLoopBasedDirective()
7585 if (!CondConstant) in EmitOMPTaskLoopBasedDirective()