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

simplify_type specializations - Allow casting operators to work directly on SDValues as if they were SDNode*'s. More...

#include <SelectionDAGNodes.h>

Public Types

typedef SDNodeSimpleType
 

Static Public Member Functions

static SimpleType getSimplifiedValue (SDUse &Val)
 

Detailed Description

template<>
struct llvm::simplify_type< SDUse >

simplify_type specializations - Allow casting operators to work directly on SDValues as if they were SDNode*'s.

Definition at line 314 of file SelectionDAGNodes.h.

Member Typedef Documentation

Definition at line 315 of file SelectionDAGNodes.h.

Member Function Documentation

static SimpleType llvm::simplify_type< SDUse >::getSimplifiedValue ( SDUse Val)
inlinestatic

Definition at line 316 of file SelectionDAGNodes.h.

References llvm::SDUse::getNode().


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