LLVM API Documentation

llvm::simplify_type< SDOperand > Struct Template Reference

#include <SelectionDAGNodes.h>

List of all members.

Public Types

typedef SDNodeSimpleType

Static Public Member Functions

static SimpleType getSimplifiedValue (const SDOperand &Val)


Detailed Description

template<>
struct llvm::simplify_type< SDOperand >

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

Definition at line 652 of file SelectionDAGNodes.h.


Member Typedef Documentation

typedef SDNode* llvm::simplify_type< SDOperand >::SimpleType

Definition at line 653 of file SelectionDAGNodes.h.


Member Function Documentation

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

Definition at line 654 of file SelectionDAGNodes.h.

References Val.


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