Searched refs:CondConstant (Results 1 – 3 of 3) sorted by relevance
2528 bool CondConstant; in emitOMPSimdRegion() local2531 if (!CondConstant) in emitOMPSimdRegion()3290 bool CondConstant; in EmitOMPWorksharingLoop() local3293 if (!CondConstant) in EmitOMPWorksharingLoop()4595 bool CondConstant; in EmitOMPTaskBasedDirective() local4596 if (ConstantFoldsToSimpleInteger(Cond, CondConstant)) in EmitOMPTaskBasedDirective()4597 Data.Final.setInt(CondConstant); in EmitOMPTaskBasedDirective()5591 bool CondConstant; in EmitOMPDistributeLoop() local5594 if (!CondConstant) in EmitOMPDistributeLoop()7557 bool CondConstant; in EmitOMPTaskLoopBasedDirective() local[all …]
787 bool CondConstant; in EmitIfStmt() local788 if (ConstantFoldsToSimpleInteger(S.getCond(), CondConstant, in EmitIfStmt()793 if (!CondConstant) // Condition false? in EmitIfStmt()799 if (CondConstant) in EmitIfStmt()
2004 bool CondConstant; in emitIfClause() local2005 if (CGF.ConstantFoldsToSimpleInteger(Cond, CondConstant)) { in emitIfClause()2006 if (CondConstant) in emitIfClause()