Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:BinarySDNode

3094     N = new (NodeAllocator) BinarySDNode(Opcode, DL, VTs, N1, N2);
3097 N = new (NodeAllocator) BinarySDNode(Opcode, DL, VTs, N1, N2);
4528 N = new (NodeAllocator) BinarySDNode(Opcode, DL, VTList, Ops[0], Ops[1]);
4540 N = new (NodeAllocator) BinarySDNode(Opcode, DL, VTList, Ops[0], Ops[1]);