Searched refs:FirstActiveBitInB (Results 1 – 3 of 3) sorted by relevance
9506 unsigned FirstActiveBitInB = B.getBitWidth() - B.countLeadingZeros() - 1; in BitsProperlyConcatenate() local9507 return LastActiveBitInA - 1 == FirstActiveBitInB; in BitsProperlyConcatenate()
12630 unsigned FirstActiveBitInB = B.getBitWidth() - B.countLeadingZeros() - 1; in BitsProperlyConcatenate() local12631 return LastActiveBitInA - 1 == FirstActiveBitInB; in BitsProperlyConcatenate()
14710 unsigned FirstActiveBitInB = B.getBitWidth() - B.countLeadingZeros() - 1; in BitsProperlyConcatenate() local14711 return LastActiveBitInA - 1 == FirstActiveBitInB; in BitsProperlyConcatenate()