Home
last modified time | relevance | path

Searched refs:LowValue (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslutils.c856 UINT32 LowValue, in UtCheckIntegerRange() argument
865 if ((Op->Asl.Value.Integer < LowValue) || in UtCheckIntegerRange()
869 (UINT32) Op->Asl.Value.Integer, LowValue, HighValue); in UtCheckIntegerRange()
H A Daslcompiler.h1328 UINT32 LowValue,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp12776 APInt LowValue = SplatValue.extractBits(HalfSize, 0); in isConstantSplat() local
12781 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()
12785 SplatValue = HighValue | LowValue; in isConstantSplat()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp892 APInt LowValue = SplatBits.trunc(HalfSize); in SystemZVectorConstantInfo() local
895 if (HighValue != LowValue || 8 > HalfSize) in SystemZVectorConstantInfo()