Home
last modified time | relevance | path

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

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