Searched refs:LowValue (Results 1 – 2 of 2) sorted by relevance
11441 APInt LowValue = SplatValue.extractBits(HalfSize, 0); in isConstantSplat() local11446 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()11450 SplatValue = HighValue | LowValue; in isConstantSplat()
809 APInt LowValue = SplatBits.trunc(HalfSize); in SystemZVectorConstantInfo() local812 if (HighValue != LowValue || 8 > HalfSize) in SystemZVectorConstantInfo()