Searched refs:ElementSizeBits (Results 1 – 2 of 2) sorted by relevance
158 splitOddVectorElts(ArrayRef<Instruction *> Chain, unsigned ElementSizeBits);666 unsigned ElementSizeBits) { in splitOddVectorElts() argument667 unsigned ElementSizeBytes = ElementSizeBits / 8; in splitOddVectorElts()
18545 TypeSize ElementSizeBits = MemVT.getStoreSizeInBits(); in mergeStoresOfConstantsOrVecElts() local18546 unsigned SizeInBits = NumStores * ElementSizeBits; in mergeStoresOfConstantsOrVecElts()18584 if (ElementSizeBits != Val.getValueSizeInBits()) { in mergeStoresOfConstantsOrVecElts()18595 .zextOrTrunc(ElementSizeBits), in mergeStoresOfConstantsOrVecElts()18659 StoreInt <<= ElementSizeBits; in mergeStoresOfConstantsOrVecElts()18662 .zextOrTrunc(ElementSizeBits) in mergeStoresOfConstantsOrVecElts()18667 .zextOrTrunc(ElementSizeBits) in mergeStoresOfConstantsOrVecElts()18670 if (MemVT.getSizeInBits() != ElementSizeBits) in mergeStoresOfConstantsOrVecElts()