Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslutils.c857 UINT32 HighValue) in UtCheckIntegerRange() argument
866 (Op->Asl.Value.Integer > HighValue)) in UtCheckIntegerRange()
869 (UINT32) Op->Asl.Value.Integer, LowValue, HighValue); in UtCheckIntegerRange()
H A Daslcompiler.h1329 UINT32 HighValue);
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp891 APInt HighValue = SplatBits.lshr(HalfSize).trunc(HalfSize); in SystemZVectorConstantInfo() local
895 if (HighValue != LowValue || 8 > HalfSize) in SystemZVectorConstantInfo()
898 SplatBits = HighValue; in SystemZVectorConstantInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp12775 APInt HighValue = SplatValue.extractBits(HalfSize, HalfSize); in isConstantSplat() local
12781 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()
12785 SplatValue = HighValue | LowValue; in isConstantSplat()