LLVM API Documentation

Public Member Functions
llvm::UnarySDNode Class Reference

#include <SelectionDAGNodes.h>

Inheritance diagram for llvm::UnarySDNode:
Inheritance graph
[legend]
Collaboration diagram for llvm::UnarySDNode:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 UnarySDNode (unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VTs, SDValue X)

Detailed Description

UnarySDNode - This class is used for single-operand SDNodes. This is solely to allow co-allocation of node operands with the node itself.

Definition at line 966 of file SelectionDAGNodes.h.


Constructor & Destructor Documentation

llvm::UnarySDNode::UnarySDNode ( unsigned  Opc,
unsigned  Order,
DebugLoc  dl,
SDVTList  VTs,
SDValue  X 
) [inline]

Definition at line 969 of file SelectionDAGNodes.h.

References llvm::SDNode::InitOperands().


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