Home
last modified time | relevance | path

Searched refs:CondConstant (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1192 bool CondConstant; in EmitOMPSimdDirective() local
1194 if (CGF.ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in EmitOMPSimdDirective()
1195 if (!CondConstant) in EmitOMPSimdDirective()
1483 bool CondConstant; in EmitOMPWorksharingLoop() local
1485 if (ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in EmitOMPWorksharingLoop()
1486 if (!CondConstant) in EmitOMPWorksharingLoop()
2001 bool CondConstant; in EmitOMPTaskDirective() local
2002 if (ConstantFoldsToSimpleInteger(Cond, CondConstant)) in EmitOMPTaskDirective()
2003 Final.setInt(CondConstant); in EmitOMPTaskDirective()
DCGStmt.cpp550 bool CondConstant; in EmitIfStmt() local
551 if (ConstantFoldsToSimpleInteger(S.getCond(), CondConstant)) { in EmitIfStmt()
555 if (!CondConstant) // Condition false? in EmitIfStmt()
561 if (CondConstant) in EmitIfStmt()
DCGOpenMPRuntime.cpp1220 bool CondConstant; in emitOMPIfClause() local
1221 if (CGF.ConstantFoldsToSimpleInteger(Cond, CondConstant)) { in emitOMPIfClause()
1223 if (CondConstant) { in emitOMPIfClause()