|
LLVM
4.0.0
|
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>
Public Types | |
| typedef ilist_iterator < OptionsT, false, IsConst > | iterator |
| typedef iterator::pointer | SimpleType |
Static Public Member Functions | |
| static SimpleType | getSimplifiedValue (const iterator &Node) |
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.
| typedef ilist_iterator<OptionsT, false, IsConst> llvm::simplify_type< ilist_iterator< OptionsT, false, IsConst > >::iterator |
Definition at line 187 of file ilist_iterator.h.
| typedef iterator::pointer llvm::simplify_type< ilist_iterator< OptionsT, false, IsConst > >::SimpleType |
Definition at line 188 of file ilist_iterator.h.
|
inlinestatic |
Definition at line 190 of file ilist_iterator.h.
1.8.6