Encapsulates information needed to describe a parameter.
Declared in <llvm/IR/VFABIDemangler.h>
struct VFParameter;
The description of the parameter is not linked directly to OpenMP or any other vector function description. This structure is extendible to handle other paradigms that describe vector functions and their parameters.
| Name | Description |
|---|---|
operator== | Return true if this parameter description equals Other. |
| Name | Description |
|---|---|
Alignment | Optional alignment in bytes, defaulted to 1. |
LinearStepOrPos | Step or Position of the Parameter. |
ParamKind | Kind of Parameter. |
ParamPos | Parameter Position in Scalar Function. |