Searched refs:LowValue (Results 1 – 1 of 1) sorted by relevance
7210 APInt LowValue = SplatValue.trunc(HalfSize); in isConstantSplat() local7215 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()7219 SplatValue = HighValue | LowValue; in isConstantSplat()