OpenVDB 11.0.0
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
LLVMType< T[S]> Struct Template Reference

#include <openvdb_ax/codegen/Types.h>

Static Public Member Functions

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])
 

Member Function Documentation

◆ 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