Searched refs:FromEltSz (Results 1 – 1 of 1) sorted by relevance
9843 unsigned FromEltSz = VT.getVectorElementType().getSizeInBits(); in PerformSTORECombine() local9847 if (!isPowerOf2_32(NumElems * FromEltSz * ToEltSz)) return SDValue(); in PerformSTORECombine()9851 if (0 != (NumElems * FromEltSz) % ToEltSz) return SDValue(); in PerformSTORECombine()9853 unsigned SizeRatio = FromEltSz / ToEltSz; in PerformSTORECombine()