Home
last modified time | relevance | path

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

/external/capstone/bindings/vb6/
DmMisc.bas12 HighValue As Long
28 dl.HighValue = high
37 dl.HighValue = 0
47 If dl.HighValue = 0 Then
50 … cur2str = Right("00000000" & Hex(dl.HighValue), 8) & "`" & Right("00000000" & Hex(dl.LowValue), 8)
69 dl.HighValue = CLng("&h" & high)
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6695 APInt HighValue = SplatValue.lshr(HalfSize).trunc(HalfSize); in isConstantSplat() local
6701 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()
6705 SplatValue = HighValue | LowValue; in isConstantSplat()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp7165 APInt HighValue = SplatValue.lshr(HalfSize).trunc(HalfSize); in isConstantSplat() local
7171 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()
7175 SplatValue = HighValue | LowValue; in isConstantSplat()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp8556 APInt HighValue = SplatValue.lshr(HalfSize).trunc(HalfSize); in isConstantSplat() local
8562 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()
8566 SplatValue = HighValue | LowValue; in isConstantSplat()