LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::simplify_type< From > Struct Template Reference

#include <Casting.h>

List of all members.

Public Types

typedef From SimpleType

Static Public Member Functions

static SimpleTypegetSimplifiedValue (From &Val)


Detailed Description

template<typename From>
struct llvm::simplify_type< From >

Definition at line 30 of file Casting.h.


Member Typedef Documentation

template<typename From>
typedef From llvm::simplify_type< From >::SimpleType
 

Definition at line 31 of file Casting.h.


Member Function Documentation

template<typename From>
static SimpleType& llvm::simplify_type< From >::getSimplifiedValue From &  Val  )  [inline, static]
 

Definition at line 34 of file Casting.h.


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