Searched refs:ElementSizeBits (Results 1 – 2 of 2) sorted by relevance
21213 TypeSize ElementSizeBits = MemVT.getStoreSizeInBits(); in mergeStoresOfConstantsOrVecElts() local21214 unsigned SizeInBits = NumStores * ElementSizeBits; in mergeStoresOfConstantsOrVecElts()21253 if (ElementSizeBits != Val.getValueSizeInBits()) { in mergeStoresOfConstantsOrVecElts()21264 .zextOrTrunc(ElementSizeBits), in mergeStoresOfConstantsOrVecElts()21328 StoreInt <<= ElementSizeBits; in mergeStoresOfConstantsOrVecElts()21331 .zextOrTrunc(ElementSizeBits) in mergeStoresOfConstantsOrVecElts()21336 .zextOrTrunc(ElementSizeBits) in mergeStoresOfConstantsOrVecElts()21339 if (MemVT.getSizeInBits() != ElementSizeBits) in mergeStoresOfConstantsOrVecElts()
2717 unsigned ElementSizeBits = VT.getScalarSizeInBits(); in allowsMisalignedMemoryAccesses() local2718 if (ElementSizeBits % 8 == 0 && Alignment >= Align(ElementSizeBits / 8)) in allowsMisalignedMemoryAccesses()