Searched refs:ToEltSz (Results 1 – 1 of 1) sorted by relevance
16637 unsigned ToEltSz = StVT.getScalarSizeInBits(); in PerformTruncatingStoreCombine() local16640 if (!isPowerOf2_32(NumElems * FromEltSz * ToEltSz)) in PerformTruncatingStoreCombine()16645 if (0 != (NumElems * FromEltSz) % ToEltSz) in PerformTruncatingStoreCombine()16648 unsigned SizeRatio = FromEltSz / ToEltSz; in PerformTruncatingStoreCombine()16649 assert(SizeRatio * NumElems * ToEltSz == VT.getSizeInBits()); in PerformTruncatingStoreCombine()16675 if (TLI.isTypeLegal(Tp) && Tp.getSizeInBits() <= NumElems * ToEltSz) in PerformTruncatingStoreCombine()16694 unsigned E = (ToEltSz * NumElems) / StoreType.getSizeInBits(); in PerformTruncatingStoreCombine()