Lines Matching refs:NewShiftAmt
4302 SDValue NewShiftAmt; in tryShiftAmountMod() local
4312 NewShiftAmt = Add0; in tryShiftAmountMod()
4329 NewShiftAmt = CurDAG->getNode(ISD::XOR, DL, OpVT, in tryShiftAmountMod()
4332 insertDAGNode(*CurDAG, OrigShiftAmt, NewShiftAmt); in tryShiftAmountMod()
4363 NewShiftAmt = Neg; in tryShiftAmountMod()
4374 if (NewShiftAmt.getValueType() != MVT::i8) { in tryShiftAmountMod()
4376 NewShiftAmt = CurDAG->getNode(ISD::TRUNCATE, DL, MVT::i8, NewShiftAmt); in tryShiftAmountMod()
4378 insertDAGNode(*CurDAG, OrigShiftAmt, NewShiftAmt); in tryShiftAmountMod()
4383 NewShiftAmt = CurDAG->getNode(ISD::AND, DL, MVT::i8, NewShiftAmt, in tryShiftAmountMod()
4386 insertDAGNode(*CurDAG, OrigShiftAmt, NewShiftAmt); in tryShiftAmountMod()
4389 NewShiftAmt); in tryShiftAmountMod()