LLVM API Documentation
#include <SelectionDAGNodes.h>


Public Member Functions | |
| TernarySDNode (unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VTs, SDValue X, SDValue Y, SDValue Z) | |
TernarySDNode - This class is used for three-operand SDNodes. This is solely to allow co-allocation of node operands with the node itself.
Definition at line 1020 of file SelectionDAGNodes.h.
| llvm::TernarySDNode::TernarySDNode | ( | unsigned | Opc, |
| unsigned | Order, | ||
| DebugLoc | dl, | ||
| SDVTList | VTs, | ||
| SDValue | X, | ||
| SDValue | Y, | ||
| SDValue | Z | ||
| ) | [inline] |
Definition at line 1023 of file SelectionDAGNodes.h.
References llvm::SDNode::InitOperands().