LLVM  4.0.0
Public Types | Static Public Member Functions | List of all members
llvm::simplify_type< IntrusiveRefCntPtr< T > > Struct Template Reference

#include <IntrusiveRefCntPtr.h>

Public Types

typedef TSimpleType
 

Static Public Member Functions

static SimpleType getSimplifiedValue (IntrusiveRefCntPtr< T > &Val)
 

Detailed Description

template<class T>
struct llvm::simplify_type< IntrusiveRefCntPtr< T > >

Definition at line 250 of file IntrusiveRefCntPtr.h.

Member Typedef Documentation

template<class T >
typedef T* llvm::simplify_type< IntrusiveRefCntPtr< T > >::SimpleType

Definition at line 251 of file IntrusiveRefCntPtr.h.

Member Function Documentation

template<class T >
static SimpleType llvm::simplify_type< IntrusiveRefCntPtr< T > >::getSimplifiedValue ( IntrusiveRefCntPtr< T > &  Val)
inlinestatic

Definition at line 252 of file IntrusiveRefCntPtr.h.

References llvm::IntrusiveRefCntPtr< T >::get().


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