Searched refs:ElementSizeBits (Results 1 – 2 of 2) sorted by relevance
159 splitOddVectorElts(ArrayRef<Instruction *> Chain, unsigned ElementSizeBits);632 unsigned ElementSizeBits) { in splitOddVectorElts() argument633 unsigned ElementSizeBytes = ElementSizeBits / 8; in splitOddVectorElts()
16732 TypeSize ElementSizeBits = MemVT.getStoreSizeInBits(); in mergeStoresOfConstantsOrVecElts() local16733 unsigned SizeInBits = NumStores * ElementSizeBits; in mergeStoresOfConstantsOrVecElts()16755 if (ElementSizeBits != Val.getValueSizeInBits()) { in mergeStoresOfConstantsOrVecElts()16764 .zextOrTrunc(ElementSizeBits), in mergeStoresOfConstantsOrVecElts()16825 StoreInt <<= ElementSizeBits; in mergeStoresOfConstantsOrVecElts()16828 .zextOrTrunc(ElementSizeBits) in mergeStoresOfConstantsOrVecElts()16833 .zextOrTrunc(ElementSizeBits) in mergeStoresOfConstantsOrVecElts()16836 if (MemVT.getSizeInBits() != ElementSizeBits) in mergeStoresOfConstantsOrVecElts()