Lines Matching refs:CondConstant
2555 bool CondConstant; in emitOMPSimdRegion() local
2557 if (CGF.ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in emitOMPSimdRegion()
2558 if (!CondConstant) in emitOMPSimdRegion()
3335 bool CondConstant; in EmitOMPWorksharingLoop() local
3337 if (ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in EmitOMPWorksharingLoop()
3338 if (!CondConstant) in EmitOMPWorksharingLoop()
4667 bool CondConstant; in EmitOMPTaskBasedDirective() local
4668 if (ConstantFoldsToSimpleInteger(Cond, CondConstant)) in EmitOMPTaskBasedDirective()
4669 Data.Final.setInt(CondConstant); in EmitOMPTaskBasedDirective()
5679 bool CondConstant; in EmitOMPDistributeLoop() local
5681 if (ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in EmitOMPDistributeLoop()
5682 if (!CondConstant) in EmitOMPDistributeLoop()
7709 bool CondConstant; in EmitOMPTaskLoopBasedDirective() local
7712 if (CGF.ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in EmitOMPTaskLoopBasedDirective()
7713 if (!CondConstant) in EmitOMPTaskLoopBasedDirective()