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< const From > Struct Template Reference

#include <Casting.h>

List of all members.

Public Types

typedef const From SimpleType

Static Public Member Functions

static SimpleTypegetSimplifiedValue (const From &Val)


Detailed Description

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

Definition at line 37 of file Casting.h.


Member Typedef Documentation

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

Definition at line 38 of file Casting.h.


Member Function Documentation

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

Definition at line 39 of file Casting.h.


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