Searched refs:HighValue (Results 1 – 4 of 4) sorted by relevance
12 HighValue As Long28 dl.HighValue = high37 dl.HighValue = 047 If dl.HighValue = 0 Then50 … cur2str = Right("00000000" & Hex(dl.HighValue), 8) & "`" & Right("00000000" & Hex(dl.LowValue), 8)69 dl.HighValue = CLng("&h" & high)
6695 APInt HighValue = SplatValue.lshr(HalfSize).trunc(HalfSize); in isConstantSplat() local6701 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()6705 SplatValue = HighValue | LowValue; in isConstantSplat()
7165 APInt HighValue = SplatValue.lshr(HalfSize).trunc(HalfSize); in isConstantSplat() local7171 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()7175 SplatValue = HighValue | LowValue; in isConstantSplat()
8556 APInt HighValue = SplatValue.lshr(HalfSize).trunc(HalfSize); in isConstantSplat() local8562 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()8566 SplatValue = HighValue | LowValue; in isConstantSplat()