Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBranchProbability.cpp84 uint32_t Upper32 = ProductHigh >> 32; in scale() local
90 Upper32 += Mid32 < Mid32Partial; in scale()
92 uint64_t Rem = (uint64_t(Upper32) << 32) | Mid32; in scale()