Home | History | Annotate | Download | only in X86

Lines Matching refs:SplatValue

4596   SDValue SplatValue = N->getOperand(0);
4598 if (N->getOperand(i) != SplatValue)
11965 APInt SplatValue, SplatUndef;
11968 if (!C->isConstantSplat(SplatValue, SplatUndef, SplatBitSize,
11973 if ((SplatValue != 0) &&
11974 (SplatValue.isPowerOf2() || (-SplatValue).isPowerOf2())) {
11975 unsigned lg2 = SplatValue.countTrailingZeros();
11988 if (SplatValue.isNonNegative())