Searched refs:SUBCNode (Results 1 – 2 of 2) sorted by relevance
328 SDNode* SUBCNode = SUBENode->getOperand(2).getNode(); in SelectMsub() local330 if (SUBCNode->getOpcode() != ISD::SUBC) in SelectMsub()334 SDValue MultLo = SUBCNode->getOperand(1); in SelectMsub()371 SUBCNode->getOperand(0),// Lo0 in SelectMsub()382 if (!SDValue(SUBCNode, 0).use_empty()) in SelectMsub()383 CurDAG->ReplaceAllUsesOfValueWith(SDValue(SUBCNode, 0), CopyFromLo); in SelectMsub()
467 SDNode *SUBCNode = SUBENode->getOperand(2).getNode(); in selectMSUB() local469 if (SUBCNode->getOpcode() != ISD::SUBC) in selectMSUB()473 SDValue MultLo = SUBCNode->getOperand(1); in selectMSUB()504 SUBCNode->getOperand(0), in selectMSUB()516 if (!SDValue(SUBCNode, 0).use_empty()) { in selectMSUB()518 CurDAG->ReplaceAllUsesOfValueWith(SDValue(SUBCNode, 0), LoOut); in selectMSUB()