Home
last modified time | relevance | path

Searched refs:Node24 (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2884 static SDValue simplifyMul24(SDNode *Node24, in simplifyMul24() argument
2888 bool IsIntrin = Node24->getOpcode() == ISD::INTRINSIC_WO_CHAIN; in simplifyMul24()
2890 SDValue LHS = IsIntrin ? Node24->getOperand(1) : Node24->getOperand(0); in simplifyMul24()
2891 SDValue RHS = IsIntrin ? Node24->getOperand(2) : Node24->getOperand(1); in simplifyMul24()
2892 unsigned NewOpcode = Node24->getOpcode(); in simplifyMul24()
2894 unsigned IID = cast<ConstantSDNode>(Node24->getOperand(0))->getZExtValue(); in simplifyMul24()
2907 return DAG.getNode(NewOpcode, SDLoc(Node24), Node24->getVTList(), in simplifyMul24()
2914 return SDValue(Node24, 0); in simplifyMul24()
2916 return SDValue(Node24, 0); in simplifyMul24()