Searched refs:ShiftC (Results 1 – 2 of 2) sorted by relevance
5562 auto *ShiftC = ConstantInt::get(Ty, Shift); in ReduceSwitchRange() local5564 auto *LShr = Builder.CreateLShr(Sub, ShiftC); in ReduceSwitchRange()5573 cast<ConstantInt>(ConstantInt::get(Ty, Sub.lshr(ShiftC->getValue())))); in ReduceSwitchRange()
34135 auto *ShiftC = dyn_cast<ConstantSDNode>(N1); in combineShiftRightLogical() local34137 if (!ShiftC || !AndC) in combineShiftRightLogical()34152 APInt NewMaskVal = MaskVal.lshr(ShiftC->getAPIntValue()); in combineShiftRightLogical()