Lines Matching refs:HiVT
12594 const EVT &HiVT) {
12595 assert(!LoVT.isVector() && !HiVT.isVector() && !N.getValueType().isVector() &&
12600 getNode(ISD::EXTRACT_ELEMENT, DL, HiVT, N, getIntPtrConstant(1, DL));
12608 EVT LoVT, HiVT;
12610 LoVT = HiVT = TLI->getTypeToTransformTo(*getContext(), VT);
12612 LoVT = HiVT = VT.getHalfNumVectorElementsVT(*getContext());
12614 return std::make_pair(LoVT, HiVT);
12633 EVT LoVT, HiVT;
12636 HiVT = EVT::getVectorVT(*getContext(), EltTp, VTNumElts - EnvNumElts);
12642 HiVT = EVT::getVectorVT(*getContext(), EltTp, EnvNumElts);
12645 return std::make_pair(LoVT, HiVT);
12652 const EVT &HiVT) {
12653 assert(LoVT.isScalableVector() == HiVT.isScalableVector() &&
12657 assert(LoVT.getVectorMinNumElements() + HiVT.getVectorMinNumElements() <=
12667 Hi = getNode(ISD::EXTRACT_SUBVECTOR, DL, HiVT, N,