Home
last modified time | relevance | path

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

/trueos/sys/contrib/dev/acpica/compiler/
HDaslutils.c536 UINT32 LowValue, in UtCheckIntegerRange() argument
545 if ((Op->Asl.Value.Integer < LowValue) || in UtCheckIntegerRange()
549 (UINT32) Op->Asl.Value.Integer, LowValue, HighValue); in UtCheckIntegerRange()
HDaslcompiler.h999 UINT32 LowValue,
/trueos/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAG.cpp6510 APInt LowValue = SplatValue.trunc(HalfSize); in isConstantSplat() local
6515 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()
6519 SplatValue = HighValue | LowValue; in isConstantSplat()