Searched refs:HighValue (Results 1 – 2 of 2) sorted by relevance
811 APInt HighValue = SplatBits.lshr(HalfSize).trunc(HalfSize); in SystemZVectorConstantInfo() local815 if (HighValue != LowValue || 8 > HalfSize) in SystemZVectorConstantInfo()818 SplatBits = HighValue; in SystemZVectorConstantInfo()
11743 APInt HighValue = SplatValue.extractBits(HalfSize, HalfSize); in isConstantSplat() local11749 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()11753 SplatValue = HighValue | LowValue; in isConstantSplat()