Home | History | Annotate | Download | only in X86

Lines Matching refs:SplatValue

4359   SDValue SplatValue = N->getOperand(0);
4361 if (N->getOperand(i) != SplatValue)
11463 APInt SplatValue, SplatUndef;
11466 if (!C->isConstantSplat(SplatValue, SplatUndef, MinSplatBits, HasAnyUndefs))
11469 if ((SplatValue != 0) &&
11470 (SplatValue.isPowerOf2() || (-SplatValue).isPowerOf2())) {
11471 unsigned lg2 = SplatValue.countTrailingZeros();
11484 if (SplatValue.isNonNegative())