Lines Matching defs:LogicalShift
49908 bool LogicalShift = X86ISD::VSHLI == Opcode || X86ISD::VSRLI == Opcode;49925 if (LogicalShift)49941 if (!LogicalShift && ISD::isBuildVectorAllOnes(N0.getNode()))49951 if (LogicalShift)49969 if (LogicalShift && (ShiftVal % 8) == 0) {