Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:BinarySDNode

3242     N = new (NodeAllocator) BinarySDNode(Opcode, DL, VTs, N1, N2);
3245 N = new (NodeAllocator) BinarySDNode(Opcode, DL, VTs, N1, N2);
4761 N = new (NodeAllocator) BinarySDNode(Opcode, DL, VTList, Ops[0], Ops[1]);
4773 N = new (NodeAllocator) BinarySDNode(Opcode, DL, VTList, Ops[0], Ops[1]);