Searched refs:AbsoluteDistance (Results 1 – 1 of 1) sorted by relevance
390 uint64_t AbsoluteDistance = (Arg1 == Arg2 ? 0 : Clzll(Arg1 - Arg2) + 1); in HandleCmp() local392 ValueProfileMap.AddValue(PC * 128 + 64 + AbsoluteDistance); in HandleCmp()