Searched refs:LowValue (Results 1 – 4 of 4) sorted by relevance
856 UINT32 LowValue, in UtCheckIntegerRange() argument865 if ((Op->Asl.Value.Integer < LowValue) || in UtCheckIntegerRange()869 (UINT32) Op->Asl.Value.Integer, LowValue, HighValue); in UtCheckIntegerRange()
1328 UINT32 LowValue,
12776 APInt LowValue = SplatValue.extractBits(HalfSize, 0); in isConstantSplat() local12781 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()12785 SplatValue = HighValue | LowValue; in isConstantSplat()
892 APInt LowValue = SplatBits.trunc(HalfSize); in SystemZVectorConstantInfo() local895 if (HighValue != LowValue || 8 > HalfSize) in SystemZVectorConstantInfo()