Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:NVT

2999   EVT NVT = Node->getValueType(0);
3003 if (VT != MVT::f32 || NVT != MVT::i64)
3030 Sign = DAG.getSExtOrTrunc(Sign, dl, NVT);
3036 R = DAG.getZExtOrTrunc(R, dl, NVT);
3040 DAG.getNode(ISD::SHL, dl, NVT, R,
3044 DAG.getNode(ISD::SRL, dl, NVT, R,
3050 SDValue Ret = DAG.getNode(ISD::SUB, dl, NVT,
3051 DAG.getNode(ISD::XOR, dl, NVT, R, Sign),
3055 DAG.getConstant(0, dl, NVT), Ret, ISD::SETLT);