Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslutils.c748 UINT32 LowValue, in UtCheckIntegerRange() argument
757 if ((Op->Asl.Value.Integer < LowValue) || in UtCheckIntegerRange()
761 (UINT32) Op->Asl.Value.Integer, LowValue, HighValue); in UtCheckIntegerRange()
H A Daslcompiler.h1220 UINT32 LowValue,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp10249 APInt LowValue = SplatValue.trunc(HalfSize); in isConstantSplat() local
10254 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()
10258 SplatValue = HighValue | LowValue; in isConstantSplat()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp801 APInt LowValue = SplatBits.trunc(HalfSize); in SystemZVectorConstantInfo() local
804 if (HighValue != LowValue || 8 > HalfSize) in SystemZVectorConstantInfo()