LLVM API Documentation

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

#include <SelectionDAGNodes.h>

List of all members.

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 334 of file SelectionDAGNodes.h.


Member Typedef Documentation

Definition at line 335 of file SelectionDAGNodes.h.


Member Function Documentation

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

Definition at line 336 of file SelectionDAGNodes.h.

References llvm::SDUse::getNode().


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