|
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 4010 of file OMPIRBuilder.h.
| llvm::APSInt llvm::OpenMPIRBuilder::DeclareSimdAttrTy::Alignment |
Definition at line 4013 of file OMPIRBuilder.h.
| bool llvm::OpenMPIRBuilder::DeclareSimdAttrTy::HasVarStride = false |
Definition at line 4014 of file OMPIRBuilder.h.
| DeclareSimdKindTy llvm::OpenMPIRBuilder::DeclareSimdAttrTy::Kind = DeclareSimdKindTy::Vector |
Definition at line 4011 of file OMPIRBuilder.h.
| llvm::APSInt llvm::OpenMPIRBuilder::DeclareSimdAttrTy::StrideOrArg |
Definition at line 4012 of file OMPIRBuilder.h.