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