Searched refs:ToEltSz (Results 1 – 1 of 1) sorted by relevance
16435 unsigned ToEltSz = StVT.getScalarSizeInBits(); in PerformTruncatingStoreCombine() local16438 if (!isPowerOf2_32(NumElems * FromEltSz * ToEltSz)) in PerformTruncatingStoreCombine()16443 if (0 != (NumElems * FromEltSz) % ToEltSz) in PerformTruncatingStoreCombine()16446 unsigned SizeRatio = FromEltSz / ToEltSz; in PerformTruncatingStoreCombine()16447 assert(SizeRatio * NumElems * ToEltSz == VT.getSizeInBits()); in PerformTruncatingStoreCombine()16473 if (TLI.isTypeLegal(Tp) && Tp.getSizeInBits() <= NumElems * ToEltSz) in PerformTruncatingStoreCombine()16492 unsigned E = (ToEltSz * NumElems) / StoreType.getSizeInBits(); in PerformTruncatingStoreCombine()