|
Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
|
#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< RuntimeConstantArgInfo > | OptNumEltsRCInfo = std::nullopt |
|
inlineexplicit |
|
inlineexplicit |
| RuntimeConstantType proteus::RuntimeConstantArrayInfo::EltType |
| int32_t proteus::RuntimeConstantArrayInfo::NumElts = 0 |
| std::optional<RuntimeConstantArgInfo> proteus::RuntimeConstantArrayInfo::OptNumEltsRCInfo = std::nullopt |