|
LLVM 23.0.0git
|
Attribute set of the declare simd parameter. More...
#include "llvm/Frontend/OpenMP/OMPIRBuilder.h"
Public Attributes | |
| DeclareSimdKindTy | Kind = DeclareSimdKindTy::Vector |
| llvm::APSInt | StrideOrArg |
| llvm::APSInt | Alignment |
| bool | HasVarStride = false |
Attribute set of the declare simd parameter.
Definition at line 4156 of file OMPIRBuilder.h.
| llvm::APSInt llvm::OpenMPIRBuilder::DeclareSimdAttrTy::Alignment |
Definition at line 4159 of file OMPIRBuilder.h.
| bool llvm::OpenMPIRBuilder::DeclareSimdAttrTy::HasVarStride = false |
Definition at line 4160 of file OMPIRBuilder.h.
| DeclareSimdKindTy llvm::OpenMPIRBuilder::DeclareSimdAttrTy::Kind = DeclareSimdKindTy::Vector |
Definition at line 4157 of file OMPIRBuilder.h.
| llvm::APSInt llvm::OpenMPIRBuilder::DeclareSimdAttrTy::StrideOrArg |
Definition at line 4158 of file OMPIRBuilder.h.