Lines Matching defs:LSB
2345 unsigned LSB = Srl_imm;
2349 if ((LSB + Width + 1) == N->getValueType(0).getSizeInBits()) {
2354 CurDAG->getTargetConstant(LSB, dl, MVT::i32),
2362 CurDAG->getTargetConstant(ARM_AM::getSORegOpc(ShOpcVal, LSB), dl,
2370 CurDAG->getTargetConstant(LSB, dl, MVT::i32),
2388 int LSB = Srl_imm - Shl_imm;
2389 if (LSB < 0)
2393 CurDAG->getTargetConstant(LSB, dl, MVT::i32),
2402 unsigned LSB = 0;
2403 if (!isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::SRL, LSB) &&
2404 !isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::SRA, LSB))
2407 if (LSB + Width > 32)
2412 CurDAG->getTargetConstant(LSB, dl, MVT::i32),