Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ShTy

1446   MVT ShTy = TLI.getShiftAmountTy(LHSTy);
1447 if (OpTy == ShTy || OpTy.isVector()) return Op;
1449 ISD::NodeType Opcode = OpTy.bitsGT(ShTy) ? ISD::TRUNCATE : ISD::ZERO_EXTEND;
1450 return getNode(Opcode, Op.getDebugLoc(), ShTy, Op);