Lines Matching defs:ShiftImm
2599 uint64_t ShiftImm;
2600 if (!isOpcWithIntImmediate(Op.getNode(), ISD::SRL, ShiftImm) &&
2601 !isOpcWithIntImmediate(Op.getNode(), ISD::SRA, ShiftImm))
2605 if (ShiftImm + Width > BitWidth)
2610 Immr = ShiftImm;
2611 Imms = ShiftImm + Width - 1;
2623 // SRL Value2, ShiftImm
2625 // with MaskImm >> ShiftImm to search for the bit width.
2629 // UBFM Value, ShiftImm, Log2_64(MaskImm)
2730 uint64_t ShiftImm;
2732 if (!isOpcWithIntImmediate(Op.getNode(), ISD::SRA, ShiftImm))
2738 unsigned Immr = ShiftImm;