Lines Matching defs:ShAmtVT
4482 EVT ShAmtVT = N0.getOperand(2).getValueType();
4487 SDValue NewShAmt = DAG.getConstant(ShAmt, dl, ShAmtVT);
4494 SDValue NewShAmt = DAG.getConstant(BitWidth - ShAmt, dl, ShAmtVT);
8190 EVT ShAmtVT = ShAmt.getValueType();
8192 getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), ShAmtVT);
8198 SDValue SafeShAmt = DAG.getNode(ISD::AND, dl, ShAmtVT, ShAmt,
8199 DAG.getConstant(VTBits - 1, dl, ShAmtVT));
8201 DAG.getConstant(VTBits - 1, dl, ShAmtVT))
8216 SDValue AndNode = DAG.getNode(ISD::AND, dl, ShAmtVT, ShAmt,
8217 DAG.getConstant(VTBits, dl, ShAmtVT));
8219 DAG.getConstant(0, dl, ShAmtVT), ISD::SETNE);