Searched refs:C2Width (Results 1 – 1 of 1) sorted by relevance
13983 unsigned C2Width = C2Int.getBitWidth(); in PerformSHLSimplify() local13984 if (C2Int.uge(C2Width)) in PerformSHLSimplify()13989 APInt Mask = APInt::getHighBitsSet(C2Width, C2Width - C2Value); in PerformSHLSimplify()