Searched refs:NewScalarIntVT (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 23691 EVT NewScalarIntVT, NewIntVT; in convertBuildVecZextToBuildVecWithZeros() local 23704 NewScalarIntVT = EVT::getIntegerVT(*DAG.getContext(), ChunkBitwidth); in convertBuildVecZextToBuildVecWithZeros() 23705 NewIntVT = EVT::getVectorVT(*DAG.getContext(), NewScalarIntVT, in convertBuildVecZextToBuildVecWithZeros() 23707 if (!TLI.isTypeLegal(NewScalarIntVT) || !TLI.isTypeLegal(NewIntVT) || in convertBuildVecZextToBuildVecWithZeros() 23709 !(TLI.isOperationLegalOrCustom(ISD::TRUNCATE, NewScalarIntVT) && in convertBuildVecZextToBuildVecWithZeros() 23719 SDValue ZeroOp = DAG.getConstant(0, DL, NewScalarIntVT); in convertBuildVecZextToBuildVecWithZeros() 23733 Op = DAG.getNode(ISD::TRUNCATE, DL, NewScalarIntVT, Op); in convertBuildVecZextToBuildVecWithZeros()
|