struct VFParameter

Declaration

struct VFParameter { /* full declaration omitted */ };

Description

Encapsulates information needed to describe a parameter. 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.

Declared at: llvm/include/llvm/Analysis/VectorUtils.h:62

Member Variables

public unsigned int ParamPos
public llvm::VFParamKind ParamKind
public int LinearStepOrPos = 0
public llvm::Align Alignment = llvm::Align()