Searched refs:C1Int (Results 1 – 1 of 1) sorted by relevance
10478 APInt C1Int = C1ShlC2->getAPIntValue(); in PerformSHLSimplify() local10483 if ((C1Int & Mask) != C1Int) in PerformSHLSimplify()10487 C1Int.lshrInPlace(C2Int); in PerformSHLSimplify()10495 if (LargeImm(C1Int) || LargeImm(C2Int)) in PerformSHLSimplify()10502 DAG.getConstant(C1Int, dl, MVT::i32)); in PerformSHLSimplify()