Searched refs:LLo (Results 1 – 1 of 1) sorted by relevance
1560 auto LLo = LHS.getLower(); in estimateBitMaskedAndLowerBound() local1566 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()