LLVM API Documentation
#include <SelectionDAGNodes.h>


Public Member Functions | |
| BinarySDNode (unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VTs, SDValue X, SDValue Y) | |
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.
| 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().