Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/CodeGen/
DIslNodeBuilder.cpp1452 Type *NewArrayType = nullptr; in allocateNewArrays() local
1462 if (!NewArrayType) in allocateNewArrays()
1463 NewArrayType = SAI->getElementType(); in allocateNewArrays()
1465 NewArrayType = ArrayType::get(NewArrayType, UnsignedDimSize); in allocateNewArrays()
1470 LLVMContext &Ctx = NewArrayType->getContext(); in allocateNewArrays()
1497 auto *CreatedArray = new AllocaInst(NewArrayType, DL.getAllocaAddrSpace(), in allocateNewArrays()