Searched refs:ChunkExpr (Results 1 – 5 of 5) sorted by relevance
354 const Expr *&ChunkExpr) const override;
1519 const Expr *&ChunkExpr) const;
3349 const Expr *ChunkExpr = nullptr; in EmitOMPWorksharingLoop() local3355 ChunkExpr = C->getChunkSize(); in EmitOMPWorksharingLoop()3359 *this, S, ScheduleKind.Schedule, ChunkExpr); in EmitOMPWorksharingLoop()3363 if (ChunkExpr) { in EmitOMPWorksharingLoop()3364 Chunk = EmitScalarExpr(ChunkExpr); in EmitOMPWorksharingLoop()3365 Chunk = EmitScalarConversion(Chunk, ChunkExpr->getType(), in EmitOMPWorksharingLoop()3369 if (ChunkExpr->EvaluateAsInt(Result, getContext())) { in EmitOMPWorksharingLoop()
3418 const Expr *&ChunkExpr) const { in getDefaultScheduleAndChunk()3422 ChunkExpr = IntegerLiteral::Create(CGF.getContext(), ChunkSize, in getDefaultScheduleAndChunk()
2497 OpenMPScheduleClauseKind &ScheduleKind, const Expr *&ChunkExpr) const { in getDefaultScheduleAndChunk()2506 ChunkExpr = IntegerLiteral::Create( in getDefaultScheduleAndChunk()