Searched refs:Shl_1 (Results 1 – 2 of 2) sorted by relevance
732 SDValue Shl_1 = N->getOperand(1); in SelectSHL() local734 if (Shl_1.getOpcode() == ISD::Constant) { in SelectSHL()741 cast<ConstantSDNode>(Shl_1.getNode())->getSExtValue(); in SelectSHL()769 cast<ConstantSDNode>(Shl_1.getNode())->getSExtValue(); in SelectSHL()
575 SDValue Shl_1 = N->getOperand(1); in SelectSHL() local579 if (N->getValueType(0) != MVT::i32 || Shl_1.getOpcode() != ISD::Constant) in SelectSHL()583 int32_t ShlConst = cast<ConstantSDNode>(Shl_1)->getSExtValue(); in SelectSHL()