Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:InNVT

855   EVT InNVT = EVT::getVectorVT(*DAG.getContext(), InVT.getVectorElementType(),
857 LL = DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, InNVT, N->getOperand(0),
859 LH = DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, InNVT, N->getOperand(0),
860 DAG.getConstant(InNVT.getVectorNumElements(),
863 InNVT, N->getOperand(1),
865 RH = DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, InNVT, N->getOperand(1),
866 DAG.getConstant(InNVT.getVectorNumElements(),
886 EVT InNVT = EVT::getVectorVT(*DAG.getContext(), InVT.getVectorElementType(),
888 Lo = DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, InNVT, N->getOperand(0),
890 Hi = DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, InNVT, N->getOperand(0),
891 DAG.getConstant(InNVT.getVectorNumElements(),