Searched refs:Node24 (Results 1 – 1 of 1) sorted by relevance
2785 static SDValue simplifyMul24(SDNode *Node24, in simplifyMul24() argument2789 bool IsIntrin = Node24->getOpcode() == ISD::INTRINSIC_WO_CHAIN; in simplifyMul24()2791 SDValue LHS = IsIntrin ? Node24->getOperand(1) : Node24->getOperand(0); in simplifyMul24()2792 SDValue RHS = IsIntrin ? Node24->getOperand(2) : Node24->getOperand(1); in simplifyMul24()2793 unsigned NewOpcode = Node24->getOpcode(); in simplifyMul24()2795 unsigned IID = cast<ConstantSDNode>(Node24->getOperand(0))->getZExtValue(); in simplifyMul24()2808 return DAG.getNode(NewOpcode, SDLoc(Node24), Node24->getVTList(), in simplifyMul24()2815 return SDValue(Node24, 0); in simplifyMul24()2817 return SDValue(Node24, 0); in simplifyMul24()