LLVM  3.7.0
Public Types | Static Public Member Functions | List of all members
llvm::simplify_type< Use > Struct Template Reference

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

#include <Use.h>

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)
inlinestatic

Definition at line 161 of file Use.h.

References llvm::Use::get().


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