Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SplatValue

2518       APInt SplatValue, SplatUndef;
2521 bool IsSplat = Vector->isConstantSplat(SplatValue, SplatUndef,
2526 SplatValue |= SplatUndef;
2539 for (SplatValue = SplatValue.zextOrTrunc(BitWidth);
2542 SplatValue |= SplatValue.shl(SplatBitSize);
2546 Constant &= SplatValue.lshr(i*BitWidth).zextOrTrunc(BitWidth);