Searched refs:NewScalarIntVT (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 23331 EVT NewScalarIntVT, NewIntVT; in convertBuildVecZextToBuildVecWithZeros() local 23344 NewScalarIntVT = EVT::getIntegerVT(*DAG.getContext(), ChunkBitwidth); in convertBuildVecZextToBuildVecWithZeros() 23345 NewIntVT = EVT::getVectorVT(*DAG.getContext(), NewScalarIntVT, in convertBuildVecZextToBuildVecWithZeros() 23347 if (!TLI.isTypeLegal(NewScalarIntVT) || !TLI.isTypeLegal(NewIntVT) || in convertBuildVecZextToBuildVecWithZeros() 23349 !(TLI.isOperationLegalOrCustom(ISD::TRUNCATE, NewScalarIntVT) && in convertBuildVecZextToBuildVecWithZeros() 23359 SDValue ZeroOp = DAG.getConstant(0, DL, NewScalarIntVT); in convertBuildVecZextToBuildVecWithZeros() 23373 Op = DAG.getNode(ISD::TRUNCATE, DL, NewScalarIntVT, Op); in convertBuildVecZextToBuildVecWithZeros()
|