Lines Matching refs:NumConcats
26353 unsigned NumConcats = 16 / VT.getVectorNumElements(); in ReplaceNodeResults() local
26354 SmallVector<SDValue, 8> ConcatOps(NumConcats, DAG.getUNDEF(VT)); in ReplaceNodeResults()
26443 unsigned NumConcats = 128 / VT.getSizeInBits(); in ReplaceNodeResults() local
26444 SmallVector<SDValue, 8> Ops0(NumConcats, DAG.getUNDEF(VT)); in ReplaceNodeResults()
26674 unsigned NumConcats = 128 / VT.getSizeInBits(); in ReplaceNodeResults() local
26676 VT.getVectorNumElements() * NumConcats); in ReplaceNodeResults()
26677 SmallVector<SDValue, 8> ConcatOps(NumConcats, DAG.getUNDEF(VT)); in ReplaceNodeResults()
33174 unsigned NumConcats = 8 / SrcVT.getVectorNumElements(); in combineBitcast() local
33175 SmallVector<SDValue, 4> Ops(NumConcats, DAG.getUNDEF(SrcVT)); in combineBitcast()
37691 unsigned NumConcats = 8 / VT.getVectorNumElements(); in combineStore() local
37692 SmallVector<SDValue, 4> Ops(NumConcats, DAG.getUNDEF(VT)); in combineStore()