LLVM API Documentation

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

Allow clients to treat uses just like values when using casting operators. More...

#include <Use.h>

List of all members.

Public Types

typedef ValueSimpleType

Static Public Member Functions

static SimpleType getSimplifiedValue (Use &Val)

Detailed Description

template<>
struct llvm::simplify_type< Use >

Allow clients to treat uses just like values when using casting operators.

Definition at line 159 of file Use.h.


Member Typedef Documentation

Definition at line 160 of file Use.h.


Member Function Documentation

static SimpleType llvm::simplify_type< Use >::getSimplifiedValue ( Use Val) [inline, static]

Definition at line 161 of file Use.h.

References llvm::Use::get().


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