LLVM  4.0.0
Public Types | Static Public Member Functions | List of all members
llvm::simplify_type< ilist_iterator< OptionsT, false, IsConst > > Struct Template Reference

Allow ilist_iterators to convert into pointers to a node automatically when used by the dyn_cast, cast, isa mechanisms... More...

#include <ilist_iterator.h>

Inheritance diagram for llvm::simplify_type< ilist_iterator< OptionsT, false, IsConst > >:
[legend]

Public Types

typedef ilist_iterator
< OptionsT, false, IsConst > 
iterator
 
typedef iterator::pointer SimpleType
 

Static Public Member Functions

static SimpleType getSimplifiedValue (const iterator &Node)
 

Detailed Description

template<class OptionsT, bool IsConst>
struct llvm::simplify_type< ilist_iterator< OptionsT, false, IsConst > >

Allow ilist_iterators to convert into pointers to a node automatically when used by the dyn_cast, cast, isa mechanisms...

FIXME: remove this, since there is no implicit conversion to NodeTy.

Definition at line 186 of file ilist_iterator.h.

Member Typedef Documentation

template<class OptionsT , bool IsConst>
typedef ilist_iterator<OptionsT, false, IsConst> llvm::simplify_type< ilist_iterator< OptionsT, false, IsConst > >::iterator

Definition at line 187 of file ilist_iterator.h.

template<class OptionsT , bool IsConst>
typedef iterator::pointer llvm::simplify_type< ilist_iterator< OptionsT, false, IsConst > >::SimpleType

Definition at line 188 of file ilist_iterator.h.

Member Function Documentation

template<class OptionsT , bool IsConst>
static SimpleType llvm::simplify_type< ilist_iterator< OptionsT, false, IsConst > >::getSimplifiedValue ( const iterator Node)
inlinestatic

Definition at line 190 of file ilist_iterator.h.


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