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