Home
last modified time | relevance | path

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

/external/capstone/bindings/vb6/
DmMisc.bas11 LowValue As Long
27 dl.LowValue = low
36 dl.LowValue = v
48 cur2str = Right("00000000" & Hex(dl.LowValue), 8)
50 … cur2str = Right("00000000" & Hex(dl.HighValue), 8) & "`" & Right("00000000" & Hex(dl.LowValue), 8)
65 dl.LowValue = CLng("&h" & low)
82 cur2lng = dl.LowValue
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6696 APInt LowValue = SplatValue.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.cpp7166 APInt LowValue = SplatValue.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.cpp8557 APInt LowValue = SplatValue.trunc(HalfSize); in isConstantSplat() local
8562 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()
8566 SplatValue = HighValue | LowValue; in isConstantSplat()