Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:NVT

6832     EVT NVT = N->getValueType(0);
6833 if (InOp.getValueType() != NVT) {
6834 assert(InOp.getValueType().isInteger() && NVT.isInteger());
6835 return DAG.getSExtOrTrunc(InOp, InVec.getDebugLoc(), NVT);
7037 EVT NVT = N->getValueType(0);
7045 if (NVT != SmallVT || NVT.getSizeInBits()*2 != BigVT.getSizeInBits())
7059 return DAG.getNode(ISD::EXTRACT_SUBVECTOR, N->getDebugLoc(), NVT,