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