Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SmallVT

3581     EVT SmallVT = N0.getOperand(0).getValueType();
3582 if (N1C->getZExtValue() >= SmallVT.getSizeInBits())
3585 if (!LegalTypes || TLI.isTypeDesirableForOp(ISD::SRL, SmallVT)) {
3587 SDValue SmallShift = DAG.getNode(ISD::SRL, N0.getDebugLoc(), SmallVT,
3589 DAG.getConstant(ShiftAmt, getShiftAmountTy(SmallVT)));
7044 EVT SmallVT = V->getOperand(1).getValueType();
7045 if (NVT != SmallVT || NVT.getSizeInBits()*2 != BigVT.getSizeInBits())