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