Searched refs:LowValue (Results 1 – 4 of 4) sorted by relevance
11 LowValue As Long27 dl.LowValue = low36 dl.LowValue = v48 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
6696 APInt LowValue = SplatValue.trunc(HalfSize); in isConstantSplat() local6701 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()6705 SplatValue = HighValue | LowValue; in isConstantSplat()
7166 APInt LowValue = SplatValue.trunc(HalfSize); in isConstantSplat() local7171 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()7175 SplatValue = HighValue | LowValue; in isConstantSplat()
8557 APInt LowValue = SplatValue.trunc(HalfSize); in isConstantSplat() local8562 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()8566 SplatValue = HighValue | LowValue; in isConstantSplat()