Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1560 auto LLo = LHS.getLower(); in estimateBitMaskedAndLowerBound() local
1566 auto Mask = ~((LLo ^ LHi) | (RLo ^ RHi) | (LLo ^ RLo)); in estimateBitMaskedAndLowerBound()
1578 auto LowerBoundByLHS = estimateBound(LLo, RLo, RHi); in estimateBitMaskedAndLowerBound()
1579 auto LowerBoundByRHS = estimateBound(RLo, LLo, LHi); in estimateBitMaskedAndLowerBound()