Home
last modified time | relevance | path

Searched refs:NewScalarIntVT (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp24771 EVT NewScalarIntVT, NewIntVT; in convertBuildVecZextToBuildVecWithZeros() local
24784 NewScalarIntVT = EVT::getIntegerVT(*DAG.getContext(), ChunkBitwidth); in convertBuildVecZextToBuildVecWithZeros()
24785 NewIntVT = EVT::getVectorVT(*DAG.getContext(), NewScalarIntVT, in convertBuildVecZextToBuildVecWithZeros()
24787 if (!TLI.isTypeLegal(NewScalarIntVT) || !TLI.isTypeLegal(NewIntVT) || in convertBuildVecZextToBuildVecWithZeros()
24789 !(TLI.isOperationLegalOrCustom(ISD::TRUNCATE, NewScalarIntVT) && in convertBuildVecZextToBuildVecWithZeros()
24799 SDValue ZeroOp = DAG.getConstant(0, DL, NewScalarIntVT); in convertBuildVecZextToBuildVecWithZeros()
24813 Op = DAG.getNode(ISD::TRUNCATE, DL, NewScalarIntVT, Op); in convertBuildVecZextToBuildVecWithZeros()