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

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h859 /// TernarySDNode - This class is used for three-operand SDNodes. This is solely
861 class TernarySDNode : public SDNode { class in class:llvm::SDNode
864 TernarySDNode(unsigned Opc, DebugLoc dl, SDVTList VTs, SDValue X, SDValue Y, function in class:llvm::SDNode::TernarySDNode
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3336 N = new (NodeAllocator) TernarySDNode(Opcode, DL, VTs, N1, N2, N3);
3339 N = new (NodeAllocator) TernarySDNode(Opcode, DL, VTs, N1, N2, N3);
4767 N = new (NodeAllocator) TernarySDNode(Opcode, DL, VTList, Ops[0], Ops[1],
4779 N = new (NodeAllocator) TernarySDNode(Opcode, DL, VTList, Ops[0], Ops[1],

Completed in 179 milliseconds