Lines Matching defs:ShiftC
49495 auto *ShiftC = dyn_cast<ConstantSDNode>(N1);49497 if (!ShiftC || !AndC)49512 APInt NewMaskVal = MaskVal.lshr(ShiftC->getAPIntValue());49517 // srl (and X, AndC), ShiftC --> and (srl X, ShiftC), (AndC >> ShiftC)