|
OpenVDB 13.0.0
|
#include <openvdb_ax/codegen/Types.h>
Static Public Member Functions | |
| static llvm::Type * | get (llvm::LLVMContext &C) |
| Return an LLVM type which represents T. | |
| static llvm::Constant * | get (llvm::LLVMContext &C, const T V) |
| Return an LLVM constant Value which represents T value. | |
| static llvm::Constant * | get (llvm::LLVMContext &C, const T *const V) |
| Return an LLVM constant which holds an uintptr_t, representing the current address of the given value. | |
Static Public Attributes | |
| static const bool | CXXUTypeIsNativeType |
|
inlinestaticinherited |
Return an LLVM constant which holds an uintptr_t, representing the current address of the given value.
| C | The LLVMContext |
| V | The address of a given type to convert to an LLVM constant |
|
inlinestaticinherited |
Return an LLVM constant Value which represents T value.
| C | The LLVMContext |
| V | The value to convert to an LLVM constant |
|
inlinestatic |
Return an LLVM type which represents T.
| C | The LLVMContext to request the Type from. |
|
static |