Searched refs:ElementSizeBits (Results 1 – 4 of 4) sorted by relevance
107 splitOddVectorElts(ArrayRef<Value *> Chain, unsigned ElementSizeBits);420 unsigned ElementSizeBits) { in splitOddVectorElts() argument421 unsigned ElemSizeInBytes = ElementSizeBits / 8; in splitOddVectorElts()
173 splitOddVectorElts(ArrayRef<Instruction *> Chain, unsigned ElementSizeBits);554 unsigned ElementSizeBits) { in splitOddVectorElts() argument555 unsigned ElementSizeBytes = ElementSizeBits / 8; in splitOddVectorElts()
2250 uint64_t ElementSizeBits = TD->getTypeSizeInBits(ArrayEltTy); in RewriteStoreUserOfWholeAlloca() local2261 if (ElementSizeBits == 0) continue; in RewriteStoreUserOfWholeAlloca()2270 if (ElementSizeBits != AllocaSizeBits) in RewriteStoreUserOfWholeAlloca()2273 ElementSizeBits)); in RewriteStoreUserOfWholeAlloca()
13671 int64_t ElementSizeBits = MemVT.getStoreSizeInBits(); in MergeStoresOfConstantsOrVecElts() local13672 unsigned SizeInBits = NumStores * ElementSizeBits; in MergeStoresOfConstantsOrVecElts()13694 if (ElementSizeBits != Val.getValueSizeInBits()) { in MergeStoresOfConstantsOrVecElts()13703 .zextOrTrunc(ElementSizeBits), in MergeStoresOfConstantsOrVecElts()13766 StoreInt <<= ElementSizeBits; in MergeStoresOfConstantsOrVecElts()13769 .zextOrTrunc(ElementSizeBits) in MergeStoresOfConstantsOrVecElts()13774 .zextOrTrunc(ElementSizeBits) in MergeStoresOfConstantsOrVecElts()13777 if (MemVT.getSizeInBits() != ElementSizeBits) in MergeStoresOfConstantsOrVecElts()