Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
proteus::RuntimeConstantArrayInfo Struct Reference

#include <CompilerInterfaceRuntimeConstantInfo.h>

Public Member Functions

 RuntimeConstantArrayInfo (int32_t NumElts, RuntimeConstantType EltType)
 
 RuntimeConstantArrayInfo (RuntimeConstantType EltType, RuntimeConstantType NumEltsType, int32_t NumEltsPos)
 

Public Attributes

int32_t NumElts = 0
 
RuntimeConstantType EltType
 
std::optional< RuntimeConstantArgInfoOptNumEltsRCInfo = std::nullopt
 

Constructor & Destructor Documentation

◆ RuntimeConstantArrayInfo() [1/2]

proteus::RuntimeConstantArrayInfo::RuntimeConstantArrayInfo ( int32_t  NumElts,
RuntimeConstantType  EltType 
)
inlineexplicit

◆ RuntimeConstantArrayInfo() [2/2]

proteus::RuntimeConstantArrayInfo::RuntimeConstantArrayInfo ( RuntimeConstantType  EltType,
RuntimeConstantType  NumEltsType,
int32_t  NumEltsPos 
)
inlineexplicit

Member Data Documentation

◆ EltType

RuntimeConstantType proteus::RuntimeConstantArrayInfo::EltType

◆ NumElts

int32_t proteus::RuntimeConstantArrayInfo::NumElts = 0

◆ OptNumEltsRCInfo

std::optional<RuntimeConstantArgInfo> proteus::RuntimeConstantArrayInfo::OptNumEltsRCInfo = std::nullopt

The documentation for this struct was generated from the following file: