Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DScalarReplAggregates.cpp2191 Type *AllocaEltTy = AI->getAllocatedType(); in RewriteStoreUserOfWholeAlloca() local
2192 uint64_t AllocaSizeBits = TD->getTypeAllocSizeInBits(AllocaEltTy); in RewriteStoreUserOfWholeAlloca()
2206 if (StructType *EltSTy = dyn_cast<StructType>(AllocaEltTy)) { in RewriteStoreUserOfWholeAlloca()
2247 ArrayType *ATy = cast<ArrayType>(AllocaEltTy); in RewriteStoreUserOfWholeAlloca()
2304 Type *AllocaEltTy = AI->getAllocatedType(); in RewriteLoadUserOfWholeAlloca() local
2305 uint64_t AllocaSizeBits = TD->getTypeAllocSizeInBits(AllocaEltTy); in RewriteLoadUserOfWholeAlloca()
2314 if (StructType *EltSTy = dyn_cast<StructType>(AllocaEltTy)) { in RewriteLoadUserOfWholeAlloca()
2317 Type *ArrayEltTy = cast<ArrayType>(AllocaEltTy)->getElementType(); in RewriteLoadUserOfWholeAlloca()