LLVM  3.7.0
Public Types | Static Public Member Functions | List of all members
llvm::simplify_type< const ilist_iterator< NodeTy > > Struct Template Reference

#include <ilist.h>

Public Types

typedef NodeTy * SimpleType
 

Static Public Member Functions

static SimpleType getSimplifiedValue (const ilist_iterator< NodeTy > &Node)
 

Detailed Description

template<typename NodeTy>
struct llvm::simplify_type< const ilist_iterator< NodeTy > >

Definition at line 281 of file ilist.h.

Member Typedef Documentation

template<typename NodeTy >
typedef NodeTy* llvm::simplify_type< const ilist_iterator< NodeTy > >::SimpleType

Definition at line 282 of file ilist.h.

Member Function Documentation

template<typename NodeTy >
static SimpleType llvm::simplify_type< const ilist_iterator< NodeTy > >::getSimplifiedValue ( const ilist_iterator< NodeTy > &  Node)
inlinestatic

Definition at line 284 of file ilist.h.


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