Searched refs:FattenedArrayType (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILFlattenArrays.cpp | 206 ArrayType *FattenedArrayType = ArrayType::get(BaseType, TotalElements); in visitAllocaInst() local 208 Builder.CreateAlloca(FattenedArrayType, nullptr, AI.getName() + ".1dim"); in visitAllocaInst() 435 ArrayType *FattenedArrayType = ArrayType::get(BaseType, TotalElements); in flattenGlobalArrays() local 440 new GlobalVariable(M, FattenedArrayType, G.isConstant(), G.getLinkage(), in flattenGlobalArrays() 454 transformInitializer(Init, OrigType, FattenedArrayType, Ctx); in flattenGlobalArrays()
|