Lines Matching defs:GenericOpc
56615 unsigned GenericOpc = IsSub ? ISD::SUB : ISD::ADD;56623 SDValue Res = DAG.getNode(GenericOpc, DL, VT, LHS, RHS);56631 if (SDNode *GenericAddSub = DAG.getNodeIfExists(GenericOpc, VTs, Ops)) {