Lines Matching defs:ShTy
661 EVT ShTy = getShiftAmountTy(InnerVT, DL);662 if (!APInt(BitWidth, ShAmt).isIntN(ShTy.getSizeInBits()))663 ShTy = InnerVT;666 TLO.DAG.getConstant(ShAmt, dl, ShTy));