LLVM API Documentation

Public Types | Static Public Member Functions
llvm::simplify_type< ilist_iterator< NodeTy > > Struct Template Reference

#include <ilist.h>

List of all members.

Public Types

typedef NodeTy * SimpleType

Static Public Member Functions

static SimpleType getSimplifiedValue (ilist_iterator< NodeTy > &Node)

Detailed Description

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

Definition at line 274 of file ilist.h.


Member Typedef Documentation

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

Definition at line 275 of file ilist.h.


Member Function Documentation

template<typename NodeTy >
static SimpleType llvm::simplify_type< ilist_iterator< NodeTy > >::getSimplifiedValue ( ilist_iterator< NodeTy > &  Node) [inline, static]

Definition at line 277 of file ilist.h.

References Node.


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