Searched refs:LBitWidth (Results 1 – 3 of 3) 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()
665 unsigned LBitWidth = LA.getBitWidth(), RBitWidth = RA.getBitWidth(); in CompareSCEVComplexity() local666 if (LBitWidth != RBitWidth) in CompareSCEVComplexity()667 return (int)LBitWidth - (int)RBitWidth; in CompareSCEVComplexity()