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

#include <IntrusiveRefCntPtr.h>

Public Types

typedef TSimpleType
 

Static Public Member Functions

static SimpleType getSimplifiedValue (const IntrusiveRefCntPtr< T > &Val)
 

Detailed Description

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

Definition at line 257 of file IntrusiveRefCntPtr.h.

Member Typedef Documentation

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

Definition at line 258 of file IntrusiveRefCntPtr.h.

Member Function Documentation

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

Definition at line 259 of file IntrusiveRefCntPtr.h.

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


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