Searched refs:getL (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DScaledNumber.cpp26 auto getL = [](uint64_t N) { return N & UINT32_MAX; }; local
27 uint64_t UL = getU(LHS), LL = getL(LHS), UR = getU(RHS), LR = getL(RHS);
35 uint64_t NewLower = Lower + (getL(N) << 32);

Completed in 68 milliseconds