#include <openvdb_ax/codegen/Types.h>
|
static llvm::Type * | get (llvm::LLVMContext &C) |
|
static llvm::Constant * | get (llvm::LLVMContext &C, const T(&array)[S]) |
|
static llvm::Constant * | get (llvm::LLVMContext &C, const T(*array)[S]) |
|
◆ get() [1/3]
template<typename T , size_t S>
static llvm::Type * get |
( |
llvm::LLVMContext & | C | ) |
|
|
inlinestatic |
◆ get() [2/3]
template<typename T , size_t S>
static llvm::Constant * get |
( |
llvm::LLVMContext & | C, |
|
|
const T(&) | array[S] ) |
|
inlinestatic |
◆ get() [3/3]
template<typename T , size_t S>
static llvm::Constant * get |
( |
llvm::LLVMContext & | C, |
|
|
const T(*) | array[S] ) |
|
inlinestatic |