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