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