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

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

Public Attributes

llvm::SmallVector< ValueallocatorVars
 
llvm::SmallVector< ValueallocateVars
 

Detailed Description

Definition at line 38 of file OpenMPClauseOperands.h.

Member Data Documentation

◆ allocateVars

llvm::SmallVector<Value> mlir::omp::AllocateClauseOps::allocateVars

Definition at line 39 of file OpenMPClauseOperands.h.

◆ allocatorVars

llvm::SmallVector<Value> mlir::omp::AllocateClauseOps::allocatorVars

Definition at line 39 of file OpenMPClauseOperands.h.


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