Searched refs:LowValue (Results 1 – 4 of 4) sorted by relevance
748 UINT32 LowValue, in UtCheckIntegerRange() argument757 if ((Op->Asl.Value.Integer < LowValue) || in UtCheckIntegerRange()761 (UINT32) Op->Asl.Value.Integer, LowValue, HighValue); in UtCheckIntegerRange()
1220 UINT32 LowValue,
10249 APInt LowValue = SplatValue.trunc(HalfSize); in isConstantSplat() local10254 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()10258 SplatValue = HighValue | LowValue; in isConstantSplat()
801 APInt LowValue = SplatBits.trunc(HalfSize); in SystemZVectorConstantInfo() local804 if (HighValue != LowValue || 8 > HalfSize) in SystemZVectorConstantInfo()