Searched refs:Node24 (Results 1 – 1 of 1) sorted by relevance
3702 static SDValue simplifyMul24(SDNode *Node24, in simplifyMul24() argument3706 bool IsIntrin = Node24->getOpcode() == ISD::INTRINSIC_WO_CHAIN; in simplifyMul24()3708 SDValue LHS = IsIntrin ? Node24->getOperand(1) : Node24->getOperand(0); in simplifyMul24()3709 SDValue RHS = IsIntrin ? Node24->getOperand(2) : Node24->getOperand(1); in simplifyMul24()3710 unsigned NewOpcode = Node24->getOpcode(); in simplifyMul24()3712 unsigned IID = Node24->getConstantOperandVal(0); in simplifyMul24()3739 return DAG.getNode(NewOpcode, SDLoc(Node24), Node24->getVTList(), in simplifyMul24()3746 return SDValue(Node24, 0); in simplifyMul24()3748 return SDValue(Node24, 0); in simplifyMul24()