Searched refs:IsConstantSplat (Results 1 – 1 of 1) sorted by relevance
30669 bool IsConstantSplat = X86::isConstantSplat(Amt, APIntShiftAmt); in LowerShift() local30678 if (WideEltSizeInBits * AmtWideElts.size() >= 512 && IsConstantSplat) { in LowerShift()30692 (WideEltSizeInBits < 32 || IsConstantSplat) && !Subtarget.hasAVX2()) { in LowerShift()