Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:HiVT

7106   EVT LoVT, HiVT;
7108 LoVT = HiVT = TLI->getTypeToTransformTo(*getContext(), VT);
7112 LoVT = HiVT = EVT::getVectorVT(*getContext(), VT.getVectorElementType(),
7115 return std::make_pair(LoVT, HiVT);
7122 const EVT &HiVT) {
7123 assert(LoVT.getVectorNumElements() + HiVT.getVectorNumElements() <=
7129 Hi = getNode(ISD::EXTRACT_SUBVECTOR, DL, HiVT, N,