Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp3651 static SDValue simplifyMul24(SDNode *Node24, in simplifyMul24() argument
3655 bool IsIntrin = Node24->getOpcode() == ISD::INTRINSIC_WO_CHAIN; in simplifyMul24()
3657 SDValue LHS = IsIntrin ? Node24->getOperand(1) : Node24->getOperand(0); in simplifyMul24()
3658 SDValue RHS = IsIntrin ? Node24->getOperand(2) : Node24->getOperand(1); in simplifyMul24()
3659 unsigned NewOpcode = Node24->getOpcode(); in simplifyMul24()
3661 unsigned IID = Node24->getConstantOperandVal(0); in simplifyMul24()
3688 return DAG.getNode(NewOpcode, SDLoc(Node24), Node24->getVTList(), in simplifyMul24()
3695 return SDValue(Node24, 0); in simplifyMul24()
3697 return SDValue(Node24, 0); in simplifyMul24()