Searched refs:C1ShlC2 (Results 1 – 1 of 1) sorted by relevance
10472 auto *C1ShlC2 = dyn_cast<ConstantSDNode>(N->getOperand(1)); in PerformSHLSimplify() local10474 if (!C1ShlC2 || !C2) in PerformSHLSimplify()10478 APInt C1Int = C1ShlC2->getAPIntValue(); in PerformSHLSimplify()