Searched refs:CondConstant (Results 1 – 3 of 3) sorted by relevance
1601 bool CondConstant; in EmitOMPSimdDirective() local1603 if (CGF.ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in EmitOMPSimdDirective()1604 if (!CondConstant) in EmitOMPSimdDirective()1960 bool CondConstant; in EmitOMPWorksharingLoop() local1962 if (ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in EmitOMPWorksharingLoop()1963 if (!CondConstant) in EmitOMPWorksharingLoop()2417 bool CondConstant; in EmitOMPTaskBasedDirective() local2418 if (ConstantFoldsToSimpleInteger(Cond, CondConstant)) in EmitOMPTaskBasedDirective()2419 Data.Final.setInt(CondConstant); in EmitOMPTaskBasedDirective()2643 bool CondConstant; in EmitOMPDistributeLoop() local[all …]
583 bool CondConstant; in EmitIfStmt() local584 if (ConstantFoldsToSimpleInteger(S.getCond(), CondConstant, in EmitIfStmt()589 if (!CondConstant) // Condition false? in EmitIfStmt()595 if (CondConstant) in EmitIfStmt()
1899 bool CondConstant; in emitOMPIfClause() local1900 if (CGF.ConstantFoldsToSimpleInteger(Cond, CondConstant)) { in emitOMPIfClause()1901 if (CondConstant) in emitOMPIfClause()