Searched refs:LBitWidth (Results 1 – 1 of 1) sorted by relevance
547 unsigned LBitWidth = LA.getBitWidth(), RBitWidth = RA.getBitWidth(); in compare() local548 if (LBitWidth != RBitWidth) in compare()549 return (int)LBitWidth - (int)RBitWidth; in compare()