Searched refs:FirstActiveBitInB (Results 1 – 2 of 2) sorted by relevance
9506 unsigned FirstActiveBitInB = B.getBitWidth() - B.countLeadingZeros() - 1; in BitsProperlyConcatenate() local9507 return LastActiveBitInA - 1 == FirstActiveBitInB; in BitsProperlyConcatenate()
11137 unsigned FirstActiveBitInB = B.getBitWidth() - B.countLeadingZeros() - 1; in BitsProperlyConcatenate() local11138 return LastActiveBitInA - 1 == FirstActiveBitInB; in BitsProperlyConcatenate()