Lines Matching defs:ShiftLeft
1911 const bool ShiftLeft = Opc == ISD::SHL;
1923 if (ShiftLeft && (ShiftAmt % 8) >= 6) {
1966 if (!ShiftLeft && (ShiftAmt % 8) >= 6) {
2027 while (ShiftLeft && ShiftAmt >= 8) {
2044 if (!ShiftLeft && ShiftAmt >= 8) {
2096 size_t Idx = ShiftLeft ? I : Regs.size() - I - 1;
2110 .addImm(ShiftLeft ? 0xf0 : 0x0f);
2116 size_t PrevIdx = ShiftLeft ? Idx - 1 : Idx + 1;
2127 while (ShiftLeft && ShiftAmt) {
2146 while (!ShiftLeft && ShiftAmt) {