Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:BinarySDNode

836 /// BinarySDNode - This class is used for two-operand SDNodes.  This is solely
838 class BinarySDNode : public SDNode {
841 BinarySDNode(unsigned Opc, DebugLoc dl, SDVTList VTs, SDValue X, SDValue Y)