LLVM API Documentation

Static Public Member Functions
llvm::ConstantArrayCreator< ConstantClass, TypeClass > Struct Template Reference

#include <ConstantsContext.h>

List of all members.

Static Public Member Functions

static ConstantClass * create (TypeClass *Ty, ArrayRef< Constant * > V)

Detailed Description

template<class ConstantClass, class TypeClass>
struct llvm::ConstantArrayCreator< ConstantClass, TypeClass >

Definition at line 419 of file ConstantsContext.h.


Member Function Documentation

template<class ConstantClass , class TypeClass >
static ConstantClass* llvm::ConstantArrayCreator< ConstantClass, TypeClass >::create ( TypeClass *  Ty,
ArrayRef< Constant * >  V 
) [inline, static]

Definition at line 420 of file ConstantsContext.h.

References llvm::ArrayRef< T >::size().


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