LLVM API Documentation

Public Types | Static Public Member Functions
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 32 of file Casting.h.


Member Typedef Documentation

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

Definition at line 33 of file Casting.h.


Member Function Documentation

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

Definition at line 36 of file Casting.h.

Referenced by llvm::simplify_type< const From >::getSimplifiedValue().


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