Searched refs:FromEltSz (Results 1 – 1 of 1) sorted by relevance
16562 unsigned FromEltSz = VT.getScalarSizeInBits(); in PerformTruncatingStoreCombine() local16566 if (!isPowerOf2_32(NumElems * FromEltSz * ToEltSz)) in PerformTruncatingStoreCombine()16571 if (0 != (NumElems * FromEltSz) % ToEltSz) in PerformTruncatingStoreCombine()16574 unsigned SizeRatio = FromEltSz / ToEltSz; in PerformTruncatingStoreCombine()