LLVM API Documentation

Public Member Functions
llvm::TernarySDNode Class Reference

#include <SelectionDAGNodes.h>

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

List of all members.

Public Member Functions

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

Detailed Description

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.


Constructor & Destructor Documentation

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().


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