Searched refs:LowValue (Results 1 – 2 of 2) sorted by relevance
9553 APInt LowValue = SplatValue.trunc(HalfSize); in isConstantSplat() local9558 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()9562 SplatValue = HighValue | LowValue; in isConstantSplat()
784 APInt LowValue = SplatBits.trunc(HalfSize); in SystemZVectorConstantInfo() local787 if (HighValue != LowValue || 8 > HalfSize) in SystemZVectorConstantInfo()