Home | History | Annotate | Download | only in AMDGPU

Lines Matching defs:Shl

1287   const SDValue &Shl = N->getOperand(0);
1288 ConstantSDNode *B = dyn_cast<ConstantSDNode>(Shl->getOperand(1));
1299 return getS_BFE(Opcode, SDLoc(N), Shl.getOperand(0),
1348 } else if (N->getOperand(0).getOpcode() == ISD::SHL)
1352 if (N->getOperand(0).getOpcode() == ISD::SHL)