LLVM API Documentation
#include <SelectionDAGNodes.h>


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