Searched refs:ShiftC (Results 1 – 3 of 3) sorted by relevance
5572 auto *ShiftC = ConstantInt::get(Ty, Shift); in ReduceSwitchRange() local5574 auto *LShr = Builder.CreateLShr(Sub, ShiftC); in ReduceSwitchRange()5583 cast<ConstantInt>(ConstantInt::get(Ty, Sub.lshr(ShiftC->getValue())))); in ReduceSwitchRange()
6231 ConstantSDNode *ShiftC = isConstOrConstSplat(N0.getOperand(1)); in visitXOR() local6233 if (XorC && ShiftC) { in visitXOR()6236 uint64_t ShiftAmt = ShiftC->getLimitedValue(); in visitXOR()9492 SDValue ShiftC = DAG.getConstant(ShAmt, DL, VT); in ReduceLoadWidth() local9493 Result = DAG.getNode(ISD::SHL, DL, VT, Result, ShiftC); in ReduceLoadWidth()
35621 auto *ShiftC = dyn_cast<ConstantSDNode>(N1); in combineShiftRightLogical() local35623 if (!ShiftC || !AndC) in combineShiftRightLogical()35638 APInt NewMaskVal = MaskVal.lshr(ShiftC->getAPIntValue()); in combineShiftRightLogical()