Encapsulates information needed to describe a parameter.
Synopsis
Declared in <llvm/IR/VFABIDemangler.h>
struct VFParameter;
Description
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.
Member Functions
Name |
Description |
Return true if this parameter description equals |
Data Members
Name |
Description |
Optional alignment in bytes, defaulted to 1. |
|
Step or Position of the Parameter. |
|
Kind of Parameter. |
|
Parameter Position in Scalar Function. |
Created with MrDocs