Searched refs:NewIntVT (Results 1 – 1 of 1) sorted by relevance
21776 EVT NewScalarIntVT, NewIntVT; in convertBuildVecZextToBuildVecWithZeros() local21790 NewIntVT = EVT::getVectorVT(*DAG.getContext(), NewScalarIntVT, in convertBuildVecZextToBuildVecWithZeros()21792 if (!TLI.isTypeLegal(NewScalarIntVT) || !TLI.isTypeLegal(NewIntVT) || in convertBuildVecZextToBuildVecWithZeros()21795 TLI.isOperationLegalOrCustom(ISD::BUILD_VECTOR, NewIntVT)))) in convertBuildVecZextToBuildVecWithZeros()21808 NewOps.reserve(NewIntVT.getVectorNumElements()); in convertBuildVecZextToBuildVecWithZeros()21822 assert(NewOps.size() == NewIntVT.getVectorNumElements()); in convertBuildVecZextToBuildVecWithZeros()21823 SDValue NewBV = DAG.getBuildVector(NewIntVT, DL, NewOps); in convertBuildVecZextToBuildVecWithZeros()