Lines Matching defs:LogicalShift
48696 bool LogicalShift = X86ISD::VSHLI == Opcode || X86ISD::VSRLI == Opcode;48713 if (LogicalShift)48729 if (!LogicalShift && ISD::isBuildVectorAllOnes(N0.getNode()))48739 if (LogicalShift)48757 if (LogicalShift && (ShiftVal % 8) == 0) {