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

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 (SDValue &Val)
 

Detailed Description

template<>
struct llvm::simplify_type< SDValue >

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

Definition at line 231 of file SelectionDAGNodes.h.

Member Typedef Documentation

Definition at line 232 of file SelectionDAGNodes.h.

Member Function Documentation

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

Definition at line 233 of file SelectionDAGNodes.h.

References llvm::SDValue::getNode().


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