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

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h837 /// UnarySDNode - This class is used for single-operand SDNodes. This is solely
839 class UnarySDNode : public SDNode { class in class:llvm::SDNode
842 UnarySDNode(unsigned Opc, DebugLoc dl, SDVTList VTs, SDValue X) function in class:llvm::SDNode::UnarySDNode
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2674 N = new (NodeAllocator) UnarySDNode(Opcode, DL, VTs, Operand);
2677 N = new (NodeAllocator) UnarySDNode(Opcode, DL, VTs, Operand);
4763 N = new (NodeAllocator) UnarySDNode(Opcode, DL, VTList, Ops[0]);
4775 N = new (NodeAllocator) UnarySDNode(Opcode, DL, VTList, Ops[0]);

Completed in 123 milliseconds