Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6214 const OMPIfClause *IfClause = nullptr; in getNumThreads() local
6218 IfClause = C; in getNumThreads()
6222 if (IfClause) { in getNumThreads()
6223 const Expr *CondExpr = IfClause->getCondition(); in getNumThreads()
6233 cast_or_null<DeclStmt>(IfClause->getPreInitStmt())) { in getNumThreads()
6408 const OMPIfClause *IfClause = nullptr; in getNumThreadsExprForTargetDirective() local
6412 IfClause = C; in getNumThreadsExprForTargetDirective()
6416 if (IfClause) { in getNumThreadsExprForTargetDirective()
6417 const Expr *Cond = IfClause->getCondition(); in getNumThreadsExprForTargetDirective()