Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3907 if (const Expr *ChunkSizeExpr = SchedClause->getChunkSize()) in EmitOMPForDirective() local
3908 ChunkSize = EmitScalarExpr(ChunkSizeExpr); in EmitOMPForDirective()