Lines Matching defs:ShiftImm
2550 uint64_t ShiftImm;
2551 if (!isOpcWithIntImmediate(Op.getNode(), ISD::SRL, ShiftImm) &&
2552 !isOpcWithIntImmediate(Op.getNode(), ISD::SRA, ShiftImm))
2556 if (ShiftImm + Width > BitWidth)
2561 Immr = ShiftImm;
2562 Imms = ShiftImm + Width - 1;
2574 // SRL Value2, ShiftImm
2576 // with MaskImm >> ShiftImm to search for the bit width.
2580 // UBFM Value, ShiftImm, Log2_64(MaskImm)
2681 uint64_t ShiftImm;
2683 if (!isOpcWithIntImmediate(Op.getNode(), ISD::SRA, ShiftImm))
2689 unsigned Immr = ShiftImm;