Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/dev/acpica/compiler/
H A Daslutils.c661 UINT32 LowValue, in UtCheckIntegerRange() argument
670 if ((Op->Asl.Value.Integer < LowValue) || in UtCheckIntegerRange()
674 (UINT32) Op->Asl.Value.Integer, LowValue, HighValue); in UtCheckIntegerRange()
H A Daslcompiler.h1254 UINT32 LowValue,
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp9142 APInt LowValue = SplatValue.trunc(HalfSize); in isConstantSplat() local
9147 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()
9151 SplatValue = HighValue | LowValue; in isConstantSplat()