Searched refs:LowValue (Results 1 – 2 of 2) sorted by relevance
6696 APInt LowValue = SplatValue.trunc(HalfSize); in isConstantSplat() local6701 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()6705 SplatValue = HighValue | LowValue; in isConstantSplat()
7166 APInt LowValue = SplatValue.trunc(HalfSize); in isConstantSplat() local7171 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()7175 SplatValue = HighValue | LowValue; in isConstantSplat()