Lines Matching defs:ShiftOp
12092 auto *ShiftOp = dyn_cast<ConstantSDNode>(Op->getOperand(1));
12093 if (!ShiftOp)
12096 uint64_t BitShift = ShiftOp->getZExtValue();
12186 auto *ShiftOp = dyn_cast<ConstantSDNode>(Op->getOperand(2));
12187 if (!ShiftOp || Op.getValueType().isVector())
12194 uint64_t BitShift = ShiftOp->getAPIntValue().urem(BitsProvided);
12213 auto *ShiftOp = dyn_cast<ConstantSDNode>(Op->getOperand(1));
12214 if (!ShiftOp)
12217 uint64_t BitShift = ShiftOp->getZExtValue();
12241 auto *ShiftOp = dyn_cast<ConstantSDNode>(Op->getOperand(1));
12242 if (!ShiftOp)
12245 uint64_t BitShift = ShiftOp->getZExtValue();