Searched refs:LBitWidth (Results 1 – 2 of 2) sorted by relevance
515 unsigned LBitWidth = LA.getBitWidth(), RBitWidth = RA.getBitWidth(); in compare() local516 if (LBitWidth != RBitWidth) in compare()517 return (int)LBitWidth - (int)RBitWidth; in compare()
540 unsigned LBitWidth = LA.getBitWidth(), RBitWidth = RA.getBitWidth(); in compare() local541 if (LBitWidth != RBitWidth) in compare()542 return (int)LBitWidth - (int)RBitWidth; in compare()