Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
HDaslutils.c815 UINT32 HighValue) in UtCheckIntegerRange() argument
824 (Op->Asl.Value.Integer > HighValue)) in UtCheckIntegerRange()
827 (UINT32) Op->Asl.Value.Integer, LowValue, HighValue); in UtCheckIntegerRange()
HDaslcompiler.h1325 UINT32 HighValue);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZISelLowering.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-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAG.cpp12775 APInt HighValue = SplatValue.extractBits(HalfSize, HalfSize); in isConstantSplat() local
12781 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()
12785 SplatValue = HighValue | LowValue; in isConstantSplat()