LLVM API Documentation

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 39 of file Casting.h.


Member Typedef Documentation

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

Definition at line 40 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 41 of file Casting.h.


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