Searched refs:OpIntVT (Results 1 – 1 of 1) sorted by relevance
23642 EVT OpIntVT = EVT::getIntegerVT(*DAG.getContext(), OpVT.getSizeInBits()); in convertBuildVecZextToBuildVecWithZeros() local23644 if (!TLI.isTypeLegal(OpIntVT) || in convertBuildVecZextToBuildVecWithZeros()23645 (LegalOperations && !TLI.isOperationLegalOrCustom(ISD::BITCAST, OpIntVT))) in convertBuildVecZextToBuildVecWithZeros()23732 Op = DAG.getBitcast(OpIntVT, Op); in convertBuildVecZextToBuildVecWithZeros()