Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/dev/acpica/compiler/
H A Daslutils.c814 UINT32 LowValue, in UtCheckIntegerRange() argument
823 if ((Op->Asl.Value.Integer < LowValue) || in UtCheckIntegerRange()
827 (UINT32) Op->Asl.Value.Integer, LowValue, HighValue); in UtCheckIntegerRange()
H A Daslcompiler.h1324 UINT32 LowValue,
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp10335 APInt LowValue = SplatValue.extractBits(HalfSize, 0); in isConstantSplat() local
10340 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()
10344 SplatValue = HighValue | LowValue; in isConstantSplat()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp801 APInt LowValue = SplatBits.trunc(HalfSize); in SystemZVectorConstantInfo() local
804 if (HighValue != LowValue || 8 > HalfSize) in SystemZVectorConstantInfo()