Searched refs:BinarySDNode (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h848 /// BinarySDNode - This class is used for two-operand SDNodes. This is solely
850 class BinarySDNode : public SDNode { class in class:llvm::SDNode
853 BinarySDNode(unsigned Opc, DebugLoc dl, SDVTList VTs, SDValue X, SDValue Y) function in class:llvm::SDNode::BinarySDNode
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3246 N = new (NodeAllocator) BinarySDNode(Opcode, DL, VTs, N1, N2);
3249 N = new (NodeAllocator) BinarySDNode(Opcode, DL, VTs, N1, N2);
4765 N = new (NodeAllocator) BinarySDNode(Opcode, DL, VTList, Ops[0], Ops[1]);
4777 N = new (NodeAllocator) BinarySDNode(Opcode, DL, VTList, Ops[0], Ops[1]);

Completed in 313 milliseconds