Searched refs:ElementSizeBits (Results 1 – 2 of 2) sorted by relevance
158 splitOddVectorElts(ArrayRef<Instruction *> Chain, unsigned ElementSizeBits);663 unsigned ElementSizeBits) { in splitOddVectorElts() argument664 unsigned ElementSizeBytes = ElementSizeBits / 8; in splitOddVectorElts()
17891 TypeSize ElementSizeBits = MemVT.getStoreSizeInBits(); in mergeStoresOfConstantsOrVecElts() local17892 unsigned SizeInBits = NumStores * ElementSizeBits; in mergeStoresOfConstantsOrVecElts()17930 if (ElementSizeBits != Val.getValueSizeInBits()) { in mergeStoresOfConstantsOrVecElts()17941 .zextOrTrunc(ElementSizeBits), in mergeStoresOfConstantsOrVecElts()18002 StoreInt <<= ElementSizeBits; in mergeStoresOfConstantsOrVecElts()18005 .zextOrTrunc(ElementSizeBits) in mergeStoresOfConstantsOrVecElts()18010 .zextOrTrunc(ElementSizeBits) in mergeStoresOfConstantsOrVecElts()18013 if (MemVT.getSizeInBits() != ElementSizeBits) in mergeStoresOfConstantsOrVecElts()