Searched refs:C2Int (Results 1 – 1 of 1) sorted by relevance
14058 APInt C2Int = C2->getAPIntValue(); in PerformSHLSimplify() local14060 unsigned C2Width = C2Int.getBitWidth(); in PerformSHLSimplify()14061 if (C2Int.uge(C2Width)) in PerformSHLSimplify()14063 uint64_t C2Value = C2Int.getZExtValue(); in PerformSHLSimplify()14071 C1Int.lshrInPlace(C2Int); in PerformSHLSimplify()14079 if (LargeImm(C1Int) || LargeImm(C2Int)) in PerformSHLSimplify()