Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:LoVT

6564   EVT LoVT, HiVT;
6566 LoVT = HiVT = TLI->getTypeToTransformTo(*getContext(), VT);
6570 LoVT = HiVT = EVT::getVectorVT(*getContext(), VT.getVectorElementType(),
6573 return std::make_pair(LoVT, HiVT);
6579 SelectionDAG::SplitVector(const SDValue &N, const SDLoc &DL, const EVT &LoVT,
6581 assert(LoVT.getVectorNumElements() + HiVT.getVectorNumElements() <=
6585 Lo = getNode(ISD::EXTRACT_SUBVECTOR, DL, LoVT, N,
6588 getConstant(LoVT.getVectorNumElements(), TLI->getVectorIdxTy()));