Searched refs:HighUndef (Results 1 – 1 of 1) sorted by relevance
6842 APInt HighUndef = SplatUndef.lshr(HalfSize).trunc(HalfSize); in isConstantSplat() local6846 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()6851 SplatUndef = HighUndef & LowUndef; in isConstantSplat()