Searched refs:CondConstant (Results 1 – 3 of 3) sorted by relevance
1192 bool CondConstant; in EmitOMPSimdDirective() local1194 if (CGF.ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in EmitOMPSimdDirective()1195 if (!CondConstant) in EmitOMPSimdDirective()1483 bool CondConstant; in EmitOMPWorksharingLoop() local1485 if (ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in EmitOMPWorksharingLoop()1486 if (!CondConstant) in EmitOMPWorksharingLoop()2001 bool CondConstant; in EmitOMPTaskDirective() local2002 if (ConstantFoldsToSimpleInteger(Cond, CondConstant)) in EmitOMPTaskDirective()2003 Final.setInt(CondConstant); in EmitOMPTaskDirective()
550 bool CondConstant; in EmitIfStmt() local551 if (ConstantFoldsToSimpleInteger(S.getCond(), CondConstant)) { in EmitIfStmt()555 if (!CondConstant) // Condition false? in EmitIfStmt()561 if (CondConstant) in EmitIfStmt()
1220 bool CondConstant; in emitOMPIfClause() local1221 if (CGF.ConstantFoldsToSimpleInteger(Cond, CondConstant)) { in emitOMPIfClause()1223 if (CondConstant) { in emitOMPIfClause()