Searched refs:C2Int (Results 1 – 1 of 1) sorted by relevance
13824 APInt C2Int = C2->getAPIntValue(); in PerformSHLSimplify() local13826 unsigned C2Width = C2Int.getBitWidth(); in PerformSHLSimplify()13827 if (C2Int.uge(C2Width)) in PerformSHLSimplify()13829 uint64_t C2Value = C2Int.getZExtValue(); in PerformSHLSimplify()13837 C1Int.lshrInPlace(C2Int); in PerformSHLSimplify()13845 if (LargeImm(C1Int) || LargeImm(C2Int)) in PerformSHLSimplify()