Lines Matching defs:ShiftOp
11769 auto ShiftOp = dyn_cast<ConstantSDNode>(Op->getOperand(1));
11770 if (!ShiftOp)
11773 uint64_t BitShift = ShiftOp->getZExtValue();
11863 auto ShiftOp = dyn_cast<ConstantSDNode>(Op->getOperand(2));
11864 if (!ShiftOp || Op.getValueType().isVector())
11871 uint64_t BitShift = ShiftOp->getAPIntValue().urem(BitsProvided);
11890 auto ShiftOp = dyn_cast<ConstantSDNode>(Op->getOperand(1));
11891 if (!ShiftOp)
11894 uint64_t BitShift = ShiftOp->getZExtValue();
11918 auto ShiftOp = dyn_cast<ConstantSDNode>(Op->getOperand(1));
11919 if (!ShiftOp)
11922 uint64_t BitShift = ShiftOp->getZExtValue();