Searched refs:NewArrayType (Results 1 – 1 of 1) sorted by relevance
1399 Type *NewArrayType = nullptr; in allocateNewArrays() local1409 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()