Searched refs:CondConstant (Results 1 – 3 of 3) sorted by relevance
1701 bool CondConstant; in emitOMPSimdRegion() local1704 if (!CondConstant) in emitOMPSimdRegion()2249 bool CondConstant; in EmitOMPWorksharingLoop() local2252 if (!CondConstant) in EmitOMPWorksharingLoop()2798 bool CondConstant; in EmitOMPTaskBasedDirective() local2799 if (ConstantFoldsToSimpleInteger(Cond, CondConstant)) in EmitOMPTaskBasedDirective()2800 Data.Final.setInt(CondConstant); in EmitOMPTaskBasedDirective()3303 bool CondConstant; in EmitOMPDistributeLoop() local3306 if (!CondConstant) in EmitOMPDistributeLoop()4901 bool CondConstant; in EmitOMPTaskLoopBasedDirective() local[all …]
613 bool CondConstant; in EmitIfStmt() local614 if (ConstantFoldsToSimpleInteger(S.getCond(), CondConstant, in EmitIfStmt()619 if (!CondConstant) // Condition false? in EmitIfStmt()625 if (CondConstant) in EmitIfStmt()
2806 bool CondConstant; in emitOMPIfClause() local2807 if (CGF.ConstantFoldsToSimpleInteger(Cond, CondConstant)) { in emitOMPIfClause()2808 if (CondConstant) in emitOMPIfClause()