Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ShTy

702           EVT ShTy = getShiftAmountTy(InnerVT, DL);
703 if (!APInt(BitWidth, ShAmt).isIntN(ShTy.getSizeInBits()))
704 ShTy = InnerVT;
707 TLO.DAG.getConstant(ShAmt, dl, ShTy));