Home
last modified time | relevance | path

Searched refs:ElementSizeBits (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp107 splitOddVectorElts(ArrayRef<Value *> Chain, unsigned ElementSizeBits);
420 unsigned ElementSizeBits) { in splitOddVectorElts() argument
421 unsigned ElemSizeInBytes = ElementSizeBits / 8; in splitOddVectorElts()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DScalarReplAggregates.cpp2250 uint64_t ElementSizeBits = TD->getTypeSizeInBits(ArrayEltTy); in RewriteStoreUserOfWholeAlloca() local
2261 if (ElementSizeBits == 0) continue; in RewriteStoreUserOfWholeAlloca()
2270 if (ElementSizeBits != AllocaSizeBits) in RewriteStoreUserOfWholeAlloca()
2273 ElementSizeBits)); in RewriteStoreUserOfWholeAlloca()