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