LLVM  3.7.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 272 of file IntrusiveRefCntPtr.h.

Member Typedef Documentation

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

Definition at line 273 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 274 of file IntrusiveRefCntPtr.h.


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