Searched refs:FirstActiveBitInB (Results 1 – 1 of 1) sorted by relevance
13828 unsigned FirstActiveBitInB = B.getBitWidth() - B.countLeadingZeros() - 1; in BitsProperlyConcatenate() local13829 return LastActiveBitInA - 1 == FirstActiveBitInB; in BitsProperlyConcatenate()