Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DScaledNumber.cpp128 uint64_t L_adjusted = L >> ScaleDiff; in compareImpl() local
129 if (L_adjusted < R) in compareImpl()
131 if (L_adjusted > R) in compareImpl()
134 return L > L_adjusted << ScaleDiff ? 1 : 0; in compareImpl()