Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIslNodeBuilder.cpp1399 Type *NewArrayType = nullptr; in allocateNewArrays() local
1409 if (!NewArrayType) in allocateNewArrays()
1410 NewArrayType = SAI->getElementType(); in allocateNewArrays()
1412 NewArrayType = ArrayType::get(NewArrayType, UnsignedDimSize); in allocateNewArrays()
1417 LLVMContext &Ctx = NewArrayType->getContext(); in allocateNewArrays()
1444 auto *CreatedArray = new AllocaInst(NewArrayType, DL.getAllocaAddrSpace(), in allocateNewArrays()