Searched refs:OpcCarry (Results 1 – 2 of 2) sorted by relevance
766 unsigned OpcCarry = N->getOpcode() == HexagonISD::ADDC ? Hexagon::A4_addp_c in SelectAddSubCarry() local768 SDNode *C = CurDAG->getMachineNode(OpcCarry, SDLoc(N), N->getVTList(), in SelectAddSubCarry()
3503 unsigned OpcCarry = IsAdd ? ISD::ADDCARRY : ISD::SUBCARRY; in ExpandNode() local3504 if (TLI.isOperationLegalOrCustom(OpcCarry, Node->getValueType(0))) { in ExpandNode()3506 SDValue NodeCarry = DAG.getNode(OpcCarry, dl, Node->getVTList(), in ExpandNode()