MLIR  19.0.0git
Public Attributes | List of all members
mlir::omp::InReductionClauseOps Struct Reference

#include "mlir/Dialect/OpenMP/OpenMPClauseOperands.h"

Public Attributes

llvm::SmallVector< ValueinReductionVars
 
llvm::SmallVector< AttributeinReductionDeclSymbols
 

Detailed Description

Definition at line 95 of file OpenMPClauseOperands.h.

Member Data Documentation

◆ inReductionDeclSymbols

llvm::SmallVector<Attribute> mlir::omp::InReductionClauseOps::inReductionDeclSymbols

Definition at line 97 of file OpenMPClauseOperands.h.

◆ inReductionVars

llvm::SmallVector<Value> mlir::omp::InReductionClauseOps::inReductionVars

Definition at line 96 of file OpenMPClauseOperands.h.


The documentation for this struct was generated from the following file: