Searched refs:LowValue (Results 1 – 4 of 4) sorted by relevance
814 UINT32 LowValue, in UtCheckIntegerRange() argument823 if ((Op->Asl.Value.Integer < LowValue) || in UtCheckIntegerRange()827 (UINT32) Op->Asl.Value.Integer, LowValue, HighValue); in UtCheckIntegerRange()
1324 UINT32 LowValue,
10335 APInt LowValue = SplatValue.extractBits(HalfSize, 0); in isConstantSplat() local10340 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()10344 SplatValue = HighValue | LowValue; in isConstantSplat()
801 APInt LowValue = SplatBits.trunc(HalfSize); in SystemZVectorConstantInfo() local804 if (HighValue != LowValue || 8 > HalfSize) in SystemZVectorConstantInfo()