LLVM API Documentation

Public Member Functions
llvm::BinarySDNode Class Reference

#include <SelectionDAGNodes.h>

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

List of all members.

Public Member Functions

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

Detailed Description

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

Definition at line 978 of file SelectionDAGNodes.h.


Constructor & Destructor Documentation

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

Definition at line 981 of file SelectionDAGNodes.h.

References llvm::SDNode::InitOperands().


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