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

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

Public Attributes

llvm::SmallVector< ValuealignedVars
 
llvm::SmallVector< AttributealignmentAttrs
 

Detailed Description

Definition at line 33 of file OpenMPClauseOperands.h.

Member Data Documentation

◆ alignedVars

llvm::SmallVector<Value> mlir::omp::AlignedClauseOps::alignedVars

Definition at line 34 of file OpenMPClauseOperands.h.

◆ alignmentAttrs

llvm::SmallVector<Attribute> mlir::omp::AlignedClauseOps::alignmentAttrs

Definition at line 35 of file OpenMPClauseOperands.h.


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