Searched refs:ToEltSz (Results 1 – 1 of 1) sorted by relevance
16563 unsigned ToEltSz = StVT.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()16575 assert(SizeRatio * NumElems * ToEltSz == VT.getSizeInBits()); in PerformTruncatingStoreCombine()16601 if (TLI.isTypeLegal(Tp) && Tp.getSizeInBits() <= NumElems * ToEltSz) in PerformTruncatingStoreCombine()16620 unsigned E = (ToEltSz * NumElems) / StoreType.getSizeInBits(); in PerformTruncatingStoreCombine()