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